The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A240503 Numbers n such that 5^n-4^n-3^n-2^n-1 is prime. 3
4, 8, 72, 396, 4428, 63152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 70000. - Giovanni Resta, Apr 09 2014
LINKS
EXAMPLE
5^4-4^4-3^4-2^4-1 = 271 is prime. Thus, 4 is a member of this sequence.
PROG
(PARI) for(n=1, 7500, if(ispseudoprime(5^n-4^n-3^n-2^n-1), print(n)))
CROSSREFS
Sequence in context: A013112 A274461 A206346 * A221484 A338314 A288956
KEYWORD
nonn,more
AUTHOR
Derek Orr, Apr 06 2014
EXTENSIONS
a(6) from Giovanni Resta, Apr 09 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 May 14 00:40 EDT 2024. Contains 372525 sequences. (Running on oeis4.)