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!)
A247260 Numbers n such that 5*6^n + 1 is prime. 5
1, 2, 4, 17, 136, 147, 203, 590, 754, 964, 970, 1847, 2031, 2727, 2871, 5442, 7035, 7266, 11230, 23307, 27795, 34152, 42614, 127206, 133086 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(26) > 2*10^5.
LINKS
MATHEMATICA
Do[ If[ PrimeQ[5*6^n + 1], Print[n]], {n, 0, 200000}]
PROG
(PARI)
for(n=0, 2*10^5, if(ispseudoprime(5*6^n+1), print1(n, ", "))) \\ Derek Orr, Sep 10 2014
CROSSREFS
Cf. A079906.
Sequence in context: A347724 A009323 A307125 * A048872 A063800 A207137
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, Sep 10 2014
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)