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.

A069028 Powers of 3 with strictly increasing sum of digits.

Original entry on oeis.org

1, 3, 9, 729, 19683, 4782969, 94143178827, 847288609443, 7625597484987, 16677181699666569, 328256967394537077627, 26588814358957503287787, 717897987691852588770249, 381520424476945831628649898809
Offset: 1

Views

Author

Amarnath Murthy, Apr 02 2002

Keywords

Crossrefs

Cf. A069027.

Programs

  • PARI
    print1(r=t=1); for(n=1,99, s=sumdigits(t*=3); if(s>r,r=s; print1(", "t))) \\ Charles R Greathouse IV, Aug 05 2015

Extensions

More terms from Larry Reeves (larryr(AT)acm.org), Jun 26 2002
a(11)-a(14) from Charles R Greathouse IV, Aug 05 2015