Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063499
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063499 Primes of form p(n) + n!, where p(n) is the n-th prime. +0
3
3, 5, 11, 31, 131, 733, 362903, 39916831, 355687428096059, 6402373705728061, 15511210043330985984000097, 8222838654177922817725562880000127, 815915283247897734345611269596115894272000000173 (list; graph; listen)
OFFSET

1,1

LINKS

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

PROGRAM

(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 this_sequence A082856 A060881 A035345

Adjacent sequences: A063496 A063497 A063498 this_sequence A063500 A063501 A063502

KEYWORD

easy,nonn

AUTHOR

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

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research