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.

A067492 Powers of 6 with initial digit 1.

Original entry on oeis.org

1, 1296, 1679616, 10077696, 13060694016, 16926659444736, 101559956668416, 131621703842267136, 170581728179578208256, 1023490369077469249536, 1326443518324400147398656, 1719070799748422591028658176
Offset: 1

Views

Author

Amarnath Murthy, Feb 09 2002

Keywords

Crossrefs

Programs

  • GAP
    Filtered(List([0..40],n->6^n),i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 22 2018
  • Mathematica
    Select[6^Range[0,40],IntegerDigits[#][[1]]==1&] (* Harvey P. Dale, Oct 04 2023 *)

Extensions

Offset 1 from Michel Marcus, Oct 19 2018