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:Riesel prime"

From Prime-Wiki
Jump to: navigation, search
m
(new cat. k=3)
Line 36: Line 36:
 
==Categories set==
 
==Categories set==
 
In case of the following conditions special categories will be set automatically:
 
In case of the following conditions special categories will be set automatically:
 +
*If k-value is disvisible by 3 → category [[:Category:Riesel k=3k value|Riesel 3k]] is set
 
*If k-value is disvisible by 15 → category [[:Category:Riesel k=15k value|Riesel 15k]] is set
 
*If k-value is disvisible by 15 → category [[:Category:Riesel k=15k value|Riesel 15k]] is set
 
*If k-value is disvisible by 2145 → category [[:Category:Riesel k=2145k value|Riesel 2145k]] is set
 
*If k-value is disvisible by 2145 → category [[:Category:Riesel k=2145k value|Riesel 2145k]] is set
Line 141: Line 142:
 
   -->{{#ifexpr:{{{Rk}}} > 10000000000|[[Category:Riesel k=10e10-infinity|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
 
   -->{{#ifexpr:{{{Rk}}} > 10000000000|[[Category:Riesel k=10e10-infinity|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
  
 +
  -->{{#ifexpr:{{{Rk}}} mod 3||[[Category:Riesel k=3k value|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
 
   -->{{#ifexpr:{{{Rk}}} mod 15||[[Category:Riesel k=15k value|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
 
   -->{{#ifexpr:{{{Rk}}} mod 15||[[Category:Riesel k=15k value|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
 
   -->{{#ifexpr:{{{Rk}}} mod 2145||[[Category:Riesel k=2145k value|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--
 
   -->{{#ifexpr:{{{Rk}}} mod 2145||[[Category:Riesel k=2145k value|#.....{{padleft:{{{Rk}}}|5|0}}]]}}<!--

Revision as of 14:47, 9 July 2020

Description

Template Riesel prime

Display of current data for Riesel primes, comments will be displayed as references at the bottom.

Prototype

{{Riesel prime
|Rk=
|RCount=
|RNash=
|RMaxn=
|RDate=
|RReserved=
|RMultiRes=
|RNlist=
|RRemarks=
|RSieve=
}}

Parameters

  • Rk: the k-value of k•2n-1
  • RCount: the number of n-values given
If no count is given, this will be automatically counted. If given and differs from automated value, a warning will be shown.
  • RNash: the Nash weight
  • RMaxn: highest n-value of continuous searched range (from n=1)
  • RDate: last date of edit (mostly latest history entry)
  • RReserved: person(s) who reserved this sequence (comma separated)
  • RMultiRes: number of Template:Multi Reservation: RMaxn and RDate will be taken from there
  • RNlist: list of every n-value (one per row) with comments
  • RRemarks: any helpful text or links for this sequence
  • RSieve: if set a zip-file can be uploaded (filename is given then) if not available; if exists file it's downloadable

Categories set

In case of the following conditions special categories will be set automatically:

The category Riesel prime is set by default.

See also

Example

{{Riesel prime
|Rk=19
|RCount=8
|RNash=2390
|RMaxn=20
|RDate=2019-03-01
|RReserved=Karsten Bonath,Euclid
|RNlist=
2;T:S;C:'''[[M1]]''', Near Woodall: (1+1)*2^1-1, also (2-1)*2^2-1
3;T:SW;C:[[M2]], Woodall: 2*2^2-1
5;C:[[M3]], Near Woodall: (3+1)*2^3-1
7;C:[[M4]], Near Woodall: (5-1)*2^5-1
13;C:[[M5]]
17;C:[[M6]]
19;C:[[M7]], Near Woodall: (15+1)*2^15-1
4253;43912;C:[[M19]]
|RRemarks=For this ''k''-value theses are the [[Mersenne prime]]s.
|RSieve=y
}}

will create:

Current data

k , b : 19 , {{{Rb}}} Upload me!
Count : 8
Nash : 2390
Max n : 20
Date : 2019-03-01
Reserved : Karsten Bonath, Euclid
2[1], 3[2], 5[3], 7[4], 13[5], 17[6], 19[7], 4253[8]
Remarks :
For this k-value theses are the Mersenne primes.

Notes

  1. S.G. n=2, M1, Near Woodall: (1+1)*2^1-1, also (2-1)*2^2-1
  2. S.G. n=3, Woodall, M2, Woodall: 2*2^2-1
  3. M3, Near Woodall: (3+1)*2^3-1
  4. M4, Near Woodall: (5-1)*2^5-1
  5. M5
  6. M6
  7. M7, Near Woodall: (15+1)*2^15-1
  8. M19