login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A309413 Numbers k such that (50^k + 1)/51 is prime. 0
1153, 26903, 56597 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[p=Prime[n]; If[PrimeQ[(50^p + 1)/51], Print[p]], {n, 1, 1000000}]
PROG
(PARI) is(n)=ispseudoprime((50^n+1)/51)
CROSSREFS
Sequence in context: A330266 A020382 A185689 * A046390 A234498 A147577
KEYWORD
nonn,bref,more
AUTHOR
Paul Bourdelais, Jul 29 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 26 06:40 EDT 2024. Contains 373715 sequences. (Running on oeis4.)