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.

A067510 Powers of 6 with digit sum divisible by 6.

Original entry on oeis.org

6, 1296, 279936, 1679616, 10077696, 60466176, 13060694016, 78364164096, 2821109907456, 16926659444736, 101559956668416, 3656158440062976, 789730223053602816, 4738381338321616896, 28430288029929701376
Offset: 1

Views

Author

Amarnath Murthy, Feb 11 2002

Keywords

Crossrefs

Programs

  • Maple
    select(n -> convert(convert(n,base,10),`+`)::even, [seq(6^i, i=1..100)]); # Robert Israel, Apr 20 2020

Extensions

Offset changed by Robert Israel, Apr 20 2020