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.

A067491 Powers of 5 with initial digit 1.

Original entry on oeis.org

1, 125, 15625, 1953125, 1220703125, 152587890625, 19073486328125, 11920928955078125, 1490116119384765625, 186264514923095703125, 116415321826934814453125, 14551915228366851806640625, 1818989403545856475830078125, 1136868377216160297393798828125
Offset: 1

Views

Author

Amarnath Murthy, Feb 09 2002

Keywords

Crossrefs

Programs

  • GAP
    Filtered(List([0..40],n->5^n),i->ListOfDigits(i)[1]=1); # Muniru A Asiru, Oct 21 2018
  • Maple
    select(x-> "1"=""||x[1], [5^n$n=0..50])[];  # Alois P. Heinz, Oct 21 2018

Extensions

Offset 1 from Michel Marcus, Oct 19 2018