login
A138116
Triangle read by rows: row n lists the first n digits of the decimal expansion of golden ratio phi.
2
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,3
COMMENTS
Also, successive digits of A011551.
EXAMPLE
Triangle begins:
1
1,6
1,6,1
1,6,1,8
1,6,1,8,0
MATHEMATICA
s={}; Do[AppendTo[s, RealDigits[GoldenRatio, 10, n][[1]]], {n, 12}]; s//Flatten (* James C. McMahon, Jun 05 2025 *)
CROSSREFS
Cf. A001622 (phi), A011551, A138072, A138073, A175834 (polynomial roots).
Sequence in context: A337464 A193239 A023406 * A348999 A349000 A344699
KEYWORD
easy,nonn,tabl,base
AUTHOR
Omar E. Pol, Mar 14 2008
STATUS
approved