cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A069031 Powers of 6 with strictly increasing sum of digits.

Original entry on oeis.org

1, 6, 36, 1296, 7776, 279936, 362797056, 78364164096, 470184984576, 16926659444736, 21936950640377856, 4738381338321616896, 170581728179578208256, 36845653286788892983296, 2227915756473955677973140996096, 13367494538843734067838845976576
Offset: 1

Views

Author

Amarnath Murthy, Apr 02 2002

Keywords

Crossrefs

Subsequence of A000400.

Programs

  • 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 *)

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Jun 26 2002
More terms from Sean A. Irvine, Mar 29 2024