A055476 Powers of ten written in base 5.
1, 20, 400, 13000, 310000, 11200000, 224000000, 10030000000, 201100000000, 4022000000000, 130440000000000, 3114300000000000, 112341000000000000, 2302320000000000000, 101101400000000000000, 2022033000000000000000
Offset: 0
Links
- Rick Regan, Nines in quinary
Programs
-
Mathematica
FromDigits[IntegerDigits[#,5]]&/@(10^Range[0,20]) (* Harvey P. Dale, Feb 03 2019 *)
Formula
a(n) = A000866(n) followed by n zeros.
Extensions
More terms from James Sellers, Jul 04 2000
Comments