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.

Showing 1-1 of 1 results.

A069181 Decimal expansion of 1/1024.

Original entry on oeis.org

0, 0, 0, 9, 7, 6, 5, 6, 2, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Rick L. Shepherd, Apr 10 2002

Keywords

Crossrefs

Cf. A021516 (1/512), A021260 (1/256), A021132 (1/128), A021068 (1/64), A021036 (1/32), A021020 (1/16), A020821 (1/8), A020773 (1/4), A020761 (1/2).

Programs

  • Mathematica
    Join[{0,0,0},RealDigits[1/1024,10,120][[1]]] (* or *) PadRight[ {0,0,0,9,7,6,5,6,2,5},120,{0}] (* Harvey P. Dale, Jan 26 2019 *)
Showing 1-1 of 1 results.