Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Navigation
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "Template:NGF"
(new) |
m |
||
Line 16: | Line 16: | ||
[[Category:Templates]]</noinclude><includeonly>{{#vardefine:args|0}}{{#if:{{{3|}}}|{{#vardefine:args|3}}|{{#if:{{{2|}}}|{{#vardefine:args|2}}|{{#vardefine:args|1}}}}}}{{#switch:{{#var:args}} | [[Category:Templates]]</noinclude><includeonly>{{#vardefine:args|0}}{{#if:{{{3|}}}|{{#vardefine:args|3}}|{{#if:{{{2|}}}|{{#vardefine:args|2}}|{{#vardefine:args|1}}}}}}{{#switch:{{#var:args}} | ||
− | |1=[[ | + | |1=[[Generalized Fermat number 2 1 {{{1}}}|Fermat {{Kbn|+|2<sup>{{{1}}}</sup>}}]] |
− | |2=[[ | + | |2=[[Generalized Fermat number {{{1}}} 1 {{{2}}}|Gen. Fermat {{Kbn|+|1|{{{1}}}|2<sup>{{{2}}}</sup>}}]] |
− | |3=[[ | + | |3=[[Generalized Fermat number {{{1}}} {{{2}}} {{{3}}}|xGen. Fermat {{{1}}}<sup>2<sup>{{{3}}}</sup></sup>+{{{2}}}<sup>2<sup>{{{3}}}</sup></sup>]]}}</includeonly> |
Revision as of 10:20, 1 July 2020
Purpose
Displays a Generalized Fermat number of the form a2n + b2n (if b=1 : a2n + 1) with link to the page.
Usage
This template uses one to three unnamed parameters which are defined as follows:
{{NFt|<value>|<value>|<value>}}
- one parameter: the n-value is given and displays as Fermat number 22n+1
- two parameters: the a- and n-values are given and display as Generalized Fermat number a2n+1
- three parameters: the a-, b- and n-values given and display as Extended Generalized Fermat number a2n + b2n
Examples
{{NFt|123}}
: Template:NFt{{NFt|3|123}}
: Template:NFt{{NFt|5|3|123}}
: Template:NFt