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!)
A224470 Numbers n such that 7^n - n is prime. 3
2, 6, 8, 12, 44, 48, 512, 1088, 1104, 6038 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(11) > 92000. - Giovanni Resta, Apr 08 2013
a(11) > 2*10^5. - Robert Price, Feb 11 2014
LINKS
PROG
(PARI) forstep(n=2, 10^4, 2, if(ispseudoprime(7^n-n), print1(n, ", "))); /* Joerg Arndt, Apr 07 2013 */
CROSSREFS
Sequence in context: A030457 A296300 A358970 * A168247 A229056 A186703
KEYWORD
nonn,more
AUTHOR
Alex Ratushnyak, Apr 06 2013
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.)