Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122121
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122121 Number of primes <= 10^(n/2). +0
15
0, 2, 4, 11, 25, 65, 168, 446, 1229, 3401, 9592, 27293, 78498, 227647, 664579, 1951957, 5761455, 17082666 (list; graph; listen)
OFFSET

0,2

FORMULA

a(2n)=A006880(n). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 13 2007

EXAMPLE

a(3) = 11: sqrt(1000) = 31.62277660..., pi(31) = 11.

PROGRAM

(PARI) { a= 0; n= 1; p=2 ; while(1, a++ ; pnext =nextprime(p+1) ; if( p^2 <= 10^n && pnext^2>10^n, print(a) ; n++ ; ) ; p=pnext ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 13 2007

CROSSREFS

Cf. A000720, A006880.

Sequence in context: A100550 A071973 A086424 this_sequence A080009 A159336 A151257

Adjacent sequences: A122118 A122119 A122120 this_sequence A122122 A122123 A122124

KEYWORD

nonn,more

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), based on a suggestion from Klaus Kastberg (Kastberg(AT)aapt.net.au), Oct 17 2006

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 13 2007

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research