Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A101909
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A101909 Number of primes between 2n and 4n. +0
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; listen)
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)

PROGRAM

(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: A117728 A130453 A070705 this_sequence A130872 A087627 A096491

Adjacent sequences: A101906 A101907 A101908 this_sequence A101910 A101911 A101912

KEYWORD

easy,nonn

AUTHOR

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

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research