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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113483 a(n)=Prime(a(n-2)+Pi(a(n-1))), where Prime(n) means n-th prime and Pi(n) means number of primes<=n. 0
2, 3, 7, 17, 43, 127, 373, 1229, 4177, 15439, 59141, 242393, 1028051, 4607803, 21355507, 103637683, 519232333, 2706119771, 14531789681, 80784565951, 461802480011, 2722713380077, 16475872190489, 102523358575031 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a[1] = 2; a[2] = 3; a[n_] := a[n] = Prime[a[n - 2] + PrimePi[a[n - 1]]]; Array[a, 24] (* Robert G. Wilson v *)

CROSSREFS

Sequence in context: A051291 A178178 A143013 * A173868 A176074 A059801

Adjacent sequences:  A113480 A113481 A113482 * A113484 A113485 A113486

KEYWORD

nonn

AUTHOR

Yasutoshi Kohmoto zbi74583(AT)boat.zero.ad.jp, Jan 12 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jan 13 2006

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 08:17 EST 2012. Contains 205727 sequences.