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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101909 Number of primes between 2n and 4n. 4
1, 2, 2, 2, 4, 4, 3, 5, 4, 4, 6, 6, 6, 7, 7, 7, 8, 9, 9, 10, 10, 9, 10, 9, 10, 12, 12, 13, 14, 13, 12, 13, 14, 13, 15, 14, 13, 15, 15, 15, 16, 16, 16, 17, 17, 18, 18, 19, 19, 21, 20, 19, 20, 19, 18, 19, 19, 20, 21, 22, 23, 23, 24, 23, 24, 24, 24, 26, 25, 25, 27, 27, 27, 28, 27, 26 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

MATHEMATICA

f[n_] := PrimePi[4n] - PrimePi[2n]; Table[ f[n], {n, 76}] (from Robert G. Wilson v Feb 10 2005)

PROG

(PARI) bet2n4n(n) = { local(c, x, y); forstep(x=2, n, 2, c=0; forprime(y=x+1, x+x-1, c++; ); print1(c", ") ) }

CROSSREFS

Cf. A101947, A101983, A101984, A101985.

Sequence in context: A172309 A130453 A070705 * A130872 A087627 A195051

Adjacent sequences:  A101906 A101907 A101908 * A101910 A101911 A101912

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 28 2005

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 14 18:33 EST 2012. Contains 205663 sequences.