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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074967 n^n - PrevPrime(n^n) 4
1, 4, 5, 4, 7, 2, 3, 10, 33, 42, 19, 12, 17, 52, 59, 18, 65, 2, 51, 2, 23, 120, 35, 2, 63, 10, 39, 186, 7, 74, 47, 200, 53, 24, 19, 48, 333, 56, 57, 192, 127, 348, 63, 124, 213, 60, 359, 2, 213, 2, 387, 526, 269, 252, 863, 16, 131, 370, 503, 294, 83, 68, 317 (list; graph; refs; listen; history; internal format)
OFFSET

2,2

MATHEMATICA

PrimePrevDelta[n_]:=Module[{k}, k=n-1; While[ !PrimeQ[k], k-- ]; k=n-k]; lst={}; Do[AppendTo[lst, PrimePrevDelta[n^n]], {n, 2, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 11 2009]

CROSSREFS

Cf. A074966.

Sequence in context: A085428 A053025 A010664 * A021877 A200623 A201296

Adjacent sequences:  A074964 A074965 A074966 * A074968 A074969 A074970

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 03 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 04 2002

Offset corrected by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 12 2009

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 17:13 EST 2012. Contains 205828 sequences.