login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063499 Primes of form p(n) + n!, where p(n) is the n-th prime. 3
3, 5, 11, 31, 131, 733, 362903, 39916831, 355687428096059, 6402373705728061, 15511210043330985984000097, 8222838654177922817725562880000127, 815915283247897734345611269596115894272000000173 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,18

PROG

(PARI) for(n=1, 70, x=prime(n)+n!; if(isprime(x), print(x)))

(PARI) { allocatemem(932245000); n=0; f=1; for (m=1, 10^9, f*=m; if (isprime(a=prime(m) + f), write("b063499.txt", n++, " ", a); if (n==18, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 24 2009]

CROSSREFS

Cf. A064278 "Numbers n such that n! + prime(n) is prime." [From Alexander R. Povolotsky (pevnev(AT)juno.com), Aug 13 2008]

Sequence in context: A048235 A154939 A121926 * A082856 A060881 A035345

Adjacent sequences:  A063496 A063497 A063498 * A063500 A063501 A063502

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 30 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:45 EST 2012. Contains 205978 sequences.