A008566 Digits of powers of 5.
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, 1, 9, 5, 3, 1, 2, 5, 9, 7, 6, 5, 6, 2, 5, 4, 8, 8, 2, 8, 1, 2, 5, 2, 4, 4, 1, 4, 0, 6, 2, 5, 1, 2, 2, 0, 7, 0, 3, 1, 2, 5, 6, 1, 0, 3, 5, 1, 5, 6, 2, 5, 3, 0, 5, 1, 7, 5, 7, 8, 1, 2, 5, 1, 5, 2, 5, 8, 7, 8
Offset: 0
Examples
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; ...
Links
- Seiichi Manyama, Rows n = 0..100, flattened
- Kurt Mahler, On some irrational decimal fractions, Journal of Number Theory, Vol. 13, No. 2 (1981), pp. 268-269.
Crossrefs
Programs
-
Mathematica
Flatten[IntegerDigits/@(5^Range[0,20])] (* Harvey P. Dale, Jan 18 2012 *)
Comments