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.

A152281 Number of 9's among the digits of all n-digit primes.

Original entry on oeis.org

0, 6, 61, 579, 5484, 52015, 500811, 4873234, 47639648, 467715626, 4606264916, 45472773167, 449751152190, 4454948367909
Offset: 1

Views

Author

Jon E. Schoenfield, Dec 01 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Count[Flatten[IntegerDigits/@Prime[Range[PrimePi[10^i]+1,PrimePi[10^(i+1)]]]],9],{i,0,10}] (* Harvey P. Dale, Dec 08 2010 *)

Extensions

a(12)-a(14) from Giovanni Resta, Jul 20 2015