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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100600 Numbers n such that (prime(n)-1)! + prime(n)^6 is prime. 0
3, 4, 29, 32 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n={3, 4, 29, 32} yields primes p(n)={5, 7, 109, 131}. There are no more such n up to n=100. Computed in collaboration with Ray Chandler.

LINKS

J. V. Post, Math Pages.

FORMULA

Numbers n such that (prime(n)-1)! + prime(n)^6 is prime, where prime(n) is the n-th prime.

EXAMPLE

a(1) = 3 because (prime(3)-1)! + prime(3)^6 = (5-1)! + 5^6 = 15649 is the smallest prime of that form.

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[(p-1)!+p^6], AppendTo[lst, n]], {n, 10^2}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 08 2008]

CROSSREFS

Cf. A100858.

Sequence in context: A042829 A140896 A005326 * A076001 A032833 A151466

Adjacent sequences:  A100597 A100598 A100599 * A100601 A100602 A100603

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Nov 30 2004

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 15 14:52 EST 2012. Contains 205822 sequences.