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 |
Template:NGF
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:
{{NGF|<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
{{NGF|55}}
: Fermat 2255+1{{NGF|2|55}}
: Fermat 2255+1{{NGF|3|15}}
: Gen. Fermat 3215+1{{NGF|7|6|14}}
: xGen. Fermat 7214+6214