OFFSET
0,2
COMMENTS
Irregular table with row length sequence A210435. - Jason Kimberley, Nov 26 2012
LINKS
Seiichi Manyama, Rows n = 0..100, flattened
EXAMPLE
Triangle begins:
1;
5;
2, 5;
1, 2, 5;
6, 2, 5;
3, 1, 2, 5;
1, 5, 6, 2, 5;
7, 8, 1, 2, 5,
3, 9, 0, 6, 2, 5;
...
MATHEMATICA
Flatten[IntegerDigits/@(5^Range[0, 20])] (* Harvey P. Dale, Jan 18 2012 *)
CROSSREFS
KEYWORD
nonn,base,easy,tabf
AUTHOR
STATUS
approved