cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A076959 Number of primes between 3^n and 4^n.

Original entry on oeis.org

0, 2, 9, 32, 119, 435, 1573, 5695, 20773, 76057, 279850, 1033937, 3837070, 14296494, 53468768, 200673056, 755606952, 2853697709, 10807617884, 41036410818, 156186010430, 595759180892, 2277112205791, 8720036044777, 33451314673521, 128533154571957
Offset: 1

Views

Author

Amarnath Murthy, Oct 21 2002

Keywords

Crossrefs

Programs

  • PARI
    a(n) = primepi(4^n) - primepi(3^n); \\ Michel Marcus, Mar 22 2015

Formula

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

Extensions

More terms from Ralf Stephan, Oct 31 2002
a(14)-a(26) added by David Baugh, Mar 22 2015