Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096359
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096359 Numbers formed by the second nesting of pi(10^n). +0
3
2, 9, 39, 201, 1184, 7702, 53911, 397557, 3048955, 24106415, 195296943, 1613846646, 13556756261, 115465507935, 995112599484 (list; graph; listen)
OFFSET

1,1

FORMULA

Let pi(n) = the number of primes <= n. Then a(n) = pi(pi(n))

MATHEMATICA

Table[ Nest[ PrimePi, 10^n, 2], {n, 13}] (from Robert G. Wilson v Jul 01 2004)

PROGRAM

(PARI) nestpi(n, m) = { for(x=1, n, z=10^x; for(y=1, m, z=abs(pi(z))); print1(floor(z)", ")) } pi(n) = { local(c, x); c=0; forprime(x=1, n, c++); return(c) \pi(x) prime count function }

CROSSREFS

Cf. A006880, A101225, A101226.

Sequence in context: A151016 A151017 A151018 this_sequence A020002 A120700 A075873

Adjacent sequences: A096356 A096357 A096358 this_sequence A096360 A096361 A096362

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 30 2004

EXTENSIONS

a(10) - a(15) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 01 2004

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research