A067492 Powers of 6 with initial digit 1.
1, 1296, 1679616, 10077696, 13060694016, 16926659444736, 101559956668416, 131621703842267136, 170581728179578208256, 1023490369077469249536, 1326443518324400147398656, 1719070799748422591028658176
Offset: 1
Links
- Muniru A Asiru, Table of n, a(n) for n = 1..387
Crossrefs
Programs
-
GAP
Filtered(List([0..40],n->6^n),i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
-
Mathematica
Select[6^Range[0,40],IntegerDigits[#][[1]]==1&] (* Harvey P. Dale, Oct 04 2023 *)
Extensions
Offset 1 from Michel Marcus, Oct 19 2018