OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..50
MATHEMATICA
DeleteDuplicates[Table[{6^n, Total[IntegerDigits[6^n]]}, {n, 0, 40}], GreaterEqual[ #1[[2]], #2[[2]]]&][[All, 1]] (* Harvey P. Dale, Jan 12 2023 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Apr 02 2002
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 26 2002
More terms from Sean A. Irvine, Mar 29 2024
STATUS
approved