login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A067492
Powers of 6 with initial digit 1.
4
1, 1296, 1679616, 10077696, 13060694016, 16926659444736, 101559956668416, 131621703842267136, 170581728179578208256, 1023490369077469249536, 1326443518324400147398656, 1719070799748422591028658176
OFFSET
1,2
LINKS
MATHEMATICA
Select[6^Range[0, 40], IntegerDigits[#][[1]]==1&] (* Harvey P. Dale, Oct 04 2023 *)
PROG
(GAP) Filtered(List([0..40], n->6^n), i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 09 2002
EXTENSIONS
Offset 1 from Michel Marcus, Oct 19 2018
STATUS
approved