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.

A038827 Number of primes between n*10^7 and (n+1)*10^7.

Original entry on oeis.org

664579, 606028, 587252, 575795, 567480, 560981, 555949, 551318, 547572, 544501, 541854, 538339, 536539, 534012, 532197, 530062, 528625, 527302, 525088, 523464, 522689, 520914, 520033, 518971, 517774, 516542, 515524, 514685, 513594, 512662
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[ PrimePi[ (n + 1)*10^7 ] - PrimePi[ n*10^7 ], {n, 0, 40} ]

Extensions

More terms from Robert G. Wilson v, Aug 27 2001