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.

Previous Showing 21-30 of 43 results. Next

A099337 Frequency of the hexadecimal 4 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

1, 8, 60, 582, 6171, 62235, 623635, 6246996, 62482731, 625014007, 6249925117, 62499807368
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 4], {n, 5}]

A099338 Frequency of the hexadecimal 5 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

1, 3, 64, 636, 6291, 62649, 625491, 6253329, 62501692, 625011152, 6250052283, 62500007205
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 5], {n, 5}]

A099339 Frequency of the hexadecimal 6 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

1, 6, 71, 646, 6287, 62545, 625489, 6251102, 62501242, 624989166, 6250025693, 62499925426
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 6], {n, 5}]

A099340 Frequency of the hexadecimal 7 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

0, 4, 53, 585, 6274, 62515, 625369, 6251231, 62504587, 625010556, 6249958503, 62499878794
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 7], {n, 5}]

A099341 Frequency of the hexadecimal 8 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

3, 11, 81, 614, 6244, 62459, 624959, 6249740, 62495786, 625047187, 6250044644, 62500216752
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 8], {n, 5}]

A099342 Frequency of the hexadecimal 9 in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

0, 7, 65, 618, 6234, 62699, 624584, 6246654, 62494524, 624982085, 6249968714, 62500120671
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 9], {n, 5}]

A099343 Frequency of the hexadecimal A in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

1, 6, 65, 632, 6228, 62070, 625563, 6248822, 62497832, 624987694, 6250055390, 62500266095
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 10], {n, 5}]

A099344 Frequency of the hexadecimal B in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

0, 1, 60, 639, 6278, 62345, 625077, 6249493, 62489514, 624962532, 6250019064, 62499955595
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 11], {n, 5}]

A099345 Frequency of the hexadecimal C in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

0, 7, 56, 609, 6193, 62621, 624618, 6250491, 62500734, 625010592, 6250006866, 62500188610
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 12], {n, 5}]

A099346 Frequency of the hexadecimal D in the first 10^n hexadecimal digits of Pi.

Original entry on oeis.org

0, 3, 50, 596, 6241, 62829, 626014, 6253342, 62504195, 625010529, 6249933819, 62499613666
Offset: 1

Views

Author

Robert G. Wilson v, Oct 12 2004

Keywords

Crossrefs

Programs

  • Mathematica
    $MaxPrecision = 1100000; ph = Drop[ RealDigits[Pi, 16, 5*10^5] [[1]], 1]; Table[ Count[ Take[ph, 10^n], 13], {n, 5}]
Previous Showing 21-30 of 43 results. Next