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!)
A283563 Numbers n such that A112368(n) = Sum_{i=0..n} 2^i*i! is prime. 2
1, 2, 3, 4, 5, 6, 11, 18, 22, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
All the terms of A112368 starting from a(72) are divisible by 73.
The first 9 associated primes are 3, 11, 59, 443, 4283, 50363, 85662309563, 1726380042510080613563, 4824162806180387282426469563. The 10th and last term is about 2.022... * 10^123.
LINKS
EXAMPLE
1 is in this sequence because 2^0*0! + 2^1*1! = 3 is prime.
MATHEMATICA
A112368[n_] := Sum[2^i*i!, {i, 0, n}]; Select[Range[0, 1000], PrimeQ[A112368[#]] &]
PROG
(PARI) isok(n) = isprime(sum(i=0, n, 2^i*i!)); \\ Michel Marcus, Mar 11 2017
CROSSREFS
Cf. A112368.
Sequence in context: A264995 A319722 A060733 * A033078 A118598 A264976
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Mar 11 2017
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)