login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076959 Number of primes between 3^n and 4^n. 1

%I #12 Mar 23 2015 07:56:05

%S 0,2,9,32,119,435,1573,5695,20773,76057,279850,1033937,3837070,

%T 14296494,53468768,200673056,755606952,2853697709,10807617884,

%U 41036410818,156186010430,595759180892,2277112205791,8720036044777,33451314673521,128533154571957

%N Number of primes between 3^n and 4^n.

%F a(n) = A086680(n) - A055729(n).

%o (PARI) a(n) = primepi(4^n) - primepi(3^n); \\ _Michel Marcus_, Mar 22 2015

%Y Cf. A055729, A086680.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Oct 21 2002

%E More terms from _Ralf Stephan_, Oct 31 2002

%E a(14)-a(26) added by _David Baugh_, Mar 22 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)