OFFSET
1,3
COMMENTS
Also, successive digits of the terms of A135699.
LINKS
G. C. Greubel, Table of n, a(n) for the first 50 rows
EXAMPLE
Triangle begins:
.............. 1
........... 1, 6, 1
........ 1, 6, 1, 6, 1
..... 1, 6, 1, 8, 1, 6, 1
.. 1, 6, 1, 8, 0, 8, 1, 6, 1
MATHEMATICA
nn=10; With[{phi=RealDigits[GoldenRatio, 10, nn+1][[1]]}, Flatten[ Table[ Join[Take[phi, n], Take[phi, {n+1}], Reverse[Take[phi, n]]], {n, 0, nn}]]] (* Harvey P. Dale, May 08 2012 *)
CROSSREFS
KEYWORD
easy,nonn,tabf,base
AUTHOR
Omar E. Pol, Mar 03 2008
STATUS
approved