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.

A138116 Triangle read by rows: row n lists the first n digits of the decimal expansion of golden ratio phi.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Mar 14 2008

Keywords

Comments

Also, successive digits of A011551.

Examples

			Triangle begins:
      1
     1,6
    1,6,1
   1,6,1,8
  1,6,1,8,0
		

Crossrefs

Cf. A001622 (phi), A011551, A138072, A138073, A175834 (polynomial roots).

Programs

  • Mathematica
    s={};Do[AppendTo[s,RealDigits[GoldenRatio,10,n][[1]]],{n,12}];s//Flatten (* James C. McMahon, Jun 05 2025 *)
Showing 1-1 of 1 results.