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!)
A100288 Primes of the form (1!)^2 + (2!)^2 + (3!)^2 +...+ (k!)^2. 6
5, 41, 617, 15017, 25935017, 1651637417, 13301522971817, 41117342095090841723228045851817, 2616218222822143606864564493635469851817 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Jonathan Vos Post contributed these numbers to Prime Curios.
LINKS
G. L. Honaker, Jr. and C. Caldwell, Prime Curios!
EXAMPLE
41 = (1!)^2 + (2!)^2 + (3!)^2 is prime.
PROG
(PARI) lista(nn) = {my(s=1); for(k=2, nn, s+=(k!)^2; if(ispseudoprime(s), print1(s, ", "))); } \\ Jinyuan Wang, Mar 08 2020
CROSSREFS
Cf. A100289 (k such that (1!)^2 + (2!)^2 + (3!)^2 + ... + (k!)^2 is prime).
See also A061062, A104344.
Sequence in context: A073854 A139034 A104344 * A076094 A076131 A003719
KEYWORD
nonn,fini
AUTHOR
T. D. Noe, Nov 11 2004
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 24 23:50 EDT 2024. Contains 372782 sequences. (Running on oeis4.)