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.

A109866 9's complement of the digits of the golden ratio phi (A001622): 9.999999999999... - 1.6180339887... = 8.3819660112501051517954131656334...

Original entry on oeis.org

8, 3, 8, 1, 9, 6, 6, 0, 1, 1, 2, 5, 0, 1, 0, 5, 1, 5, 1, 7, 9, 5, 4, 1, 3, 1, 6, 5, 6, 3, 4, 3, 6, 1, 8, 8, 2, 2, 7, 9, 6, 9, 0, 8, 2, 0, 1, 9, 4, 2, 3, 7, 1, 3, 7, 8, 6, 4, 5, 5, 1, 3, 7, 7, 2, 9, 4, 7, 3, 9, 5, 3, 7, 1, 8, 1, 0, 9, 7, 5, 5, 0, 2, 9, 2, 7, 9, 2, 7, 9, 5, 8, 1, 0, 6, 0, 8, 8, 6, 2, 5, 1, 5, 2, 4, 5, 9, 1, 1, 9, 2, 4, 6, 1
Offset: 1

Views

Author

Amarnath Murthy, Jul 09 2005

Keywords

Crossrefs

Programs

  • Mathematica
    With[{nn=120},PadRight[{},nn,9]-RealDigits[GoldenRatio,10,nn][[1]]] (* Harvey P. Dale, Jun 25 2018 *)