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:NPr"

From Prime-Wiki
Jump to: navigation, search
(real example)
(for 2 params k-val=1 not printed)
 
Line 12: Line 12:
 
==Examples==
 
==Examples==
 
*<code><nowiki>{{NPr|123}}</nowiki></code>: {{NPr|123}}
 
*<code><nowiki>{{NPr|123}}</nowiki></code>: {{NPr|123}}
 +
*<code><nowiki>{{NPr|1|8}}</nowiki></code>: {{NPr|1|8}}
 
*<code><nowiki>{{NPr|3|123}}</nowiki></code>: {{NPr|3|123}}
 
*<code><nowiki>{{NPr|3|123}}</nowiki></code>: {{NPr|3|123}}
 
*<code><nowiki>{{NPr|48|7|126}}</nowiki></code>: {{NPr|48|7|126}}
 
*<code><nowiki>{{NPr|48|7|126}}</nowiki></code>: {{NPr|48|7|126}}
Line 17: Line 18:
 
[[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=[[Proth prime 2 1|Proth {{Kbn|+|{{{1}}}}}]]
 
|1=[[Proth prime 2 1|Proth {{Kbn|+|{{{1}}}}}]]
|2=[[Proth prime 2 {{{1}}}|Proth {{Kbn|+|{{{1}}}|{{{2}}}}}]]
+
|2=[[Proth prime 2 {{{1}}}|Proth {{#ifeq:{{{1}}}|1|{{Kbn|+|{{{2}}}}}|{{Kbn|+|{{{1}}}|{{{2}}}}}}}]]
 
|3=[[Proth prime {{{2}}} {{{1}}}|Proth {{Kbn|+|{{{1}}}|{{{2}}}|{{{3}}}}}]]}}</includeonly>
 
|3=[[Proth prime {{{2}}} {{{1}}}|Proth {{Kbn|+|{{{1}}}|{{{2}}}|{{{3}}}}}]]}}</includeonly>

Latest revision as of 19:03, 6 June 2024

Purpose

Displays a Proth number of the form kbn+1 with link to the page.

Usage

This template uses one to three unnamed parameters which are defined as follows:

{{NPr|<k-value>|<base>|<n-value>}}
  • one parameter: the n-value is given and displays as Proth number 2n+1
  • two parameters: the k- and n-values are given and displays as Proth number k•2n+1
  • three parameters: the k- and n-values and the base b given and displays as Proth number kbn+1

Examples