Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A093502
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A093502 a(1) = 2; for n > 1, choose a(n) so that there are a(n-1) primes > a(n-1) and <= a(n). +0
1
2, 5, 19, 103, 733, 6691, 76831, 1081429, 18242699, 361919671, 8309068723, 217809953467, 6445388418589 (list; graph; listen)
OFFSET

1,1

FORMULA

a(n) = prime(pi(a(n-1))+a(n-1)). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 19 2004

a(1)=2, a(n) = next a(n-1)th prime after a(n-1). [From Zak Seidov (zakseidov(AT)yahoo.com), Mar 21 2009]

EXAMPLE

19 follows 5 as there are 5 primes > 5 and up to 19 inclusive, (7,11,13,17,19).

MATHEMATICA

a[1] := 2; a[n_] := Prime[PrimePi[a[n - 1]] + a[n - 1]]; Table[a[n], {n, 1, 10}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 10 2006

NestList[Prime[PrimePi[ # ] + # ] &, 2, 13] [From Zak Seidov (zakseidov(AT)yahoo.com), Mar 21 2009]

CROSSREFS

Sequence in context: A020117 A054687 A076669 this_sequence A009311 A107882 A089126

Adjacent sequences: A093499 A093500 A093501 this_sequence A093503 A093504 A093505

KEYWORD

more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 17 2004

EXTENSIONS

One more term from Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 19 2004

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 10 2006

a(14)=6445388418589 from Zak Seidov (zakseidov(AT)yahoo.com), Mar 21 2009

page 1

Search completed in 0.002 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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research