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:NCu"
(new) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
==Usage== | ==Usage== | ||
This templates uses one to three unnamed parameters which are defined as follows: | This templates uses one to three unnamed parameters which are defined as follows: | ||
− | *one parameter: the n-value is given and displays a [[ | + | *one parameter: the n-value is given and displays a [[Cullen prime 2|Cullen prime]] {{Kbn|+|n|2|n}} |
*two parameters: | *two parameters: | ||
− | **if first parameter is a sign (+/-): displays a [[:category: | + | **if first parameter is a sign (+/-): displays a [[:category:Cullen prime P|Cullen prime P]] {{Kbn|+|(n+1)|2|n}} or [[:category:Cullen prime M|Cullen prime M]] {{Kbn|+|(n-1)|2|n}} |
− | **if first parameter is a number: displays a [[ | + | **if first parameter is a number: displays a [[Cullen prime]] {{Kbn|+|n|b|n}} |
− | *three parameters: displays a [[:category: | + | *three parameters: displays a [[:category:Cullen prime P|Cullen prime P]] {{Kbn|+|(n+1)|b|n}} or [[:category:Cullen prime M|Cullen prime M]] {{Kbn|+|(n-1)|b|n}} |
==Examples== | ==Examples== | ||
Line 20: | Line 20: | ||
[[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=[[Cullen prime 2|Cullen {{Kbn|+|{{{1}}}|{{{1}}}}}]] |
− | |2={{#ifeq:{{{1}}}|+|[[ | + | |2={{#ifeq:{{{1}}}|+|[[Cullen prime P 2|Near Cullen {{Kbn|+|{{#expr:{{{2}}}+1}}|{{{2}}}}}]]|{{#ifeq:{{{1}}}|-|[[Cullen prime M 2|Near Cullen {{Kbn|+|{{#expr:{{{2}}}-1}}|{{{2}}}}}]]|[[Cullen prime {{{1}}}|Cullen {{Kbn|+|{{{2}}}|{{{1}}}|{{{2}}}}}]]}}}} |
− | |3={{#ifeq:{{{1}}}|+|[[ | + | |3={{#ifeq:{{{1}}}|+|[[Cullen prime P {{{2}}}|Near Cullen {{Kbn|+|{{#expr:{{{3}}}+1}}|{{{2}}}|{{{3}}}}}]]|[[Cullen prime M {{{2}}}|Near Cullen {{Kbn|+|{{#expr:{{{3}}}-1}}|{{{2}}}|{{{3}}}}}]]}}}}</includeonly> |
Latest revision as of 19:21, 17 September 2021
Purpose
Displays (Gen./Near) Cullen numbers with link to the page.
Usage
This templates uses one to three unnamed parameters which are defined as follows:
- one parameter: the n-value is given and displays a Cullen prime n•2n+1
- two parameters:
- if first parameter is a sign (+/-): displays a Cullen prime P (n+1)•2n+1 or Cullen prime M (n-1)•2n+1
- if first parameter is a number: displays a Cullen prime n•bn+1
- three parameters: displays a Cullen prime P (n+1)•bn+1 or Cullen prime M (n-1)•bn+1
Examples
{{NCu|123}}
: Cullen 123•2123+1{{NCu|+|123}}
: Near Cullen 124•2123+1{{NCu|-|123}}
: Near Cullen 122•2123+1{{NCu|3|123}}
: Cullen 123•3123+1{{NCu|+|3|123}}
: Near Cullen 124•3123+1{{NCu|-|3|123}}
: Near Cullen 122•3123+1