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.

A216491 a(n) = 12*5^n.

Original entry on oeis.org

12, 60, 300, 1500, 7500, 37500, 187500, 937500, 4687500, 23437500, 117187500, 585937500, 2929687500, 14648437500, 73242187500, 366210937500, 1831054687500, 9155273437500, 45776367187500, 228881835937500, 1144409179687500, 5722045898437500, 28610229492187500
Offset: 0

Views

Author

V. Raman, Sep 07 2012

Keywords

Crossrefs

Programs

  • Mathematica
    5^Range[20]*12 (* Alonso del Arte, Sep 10 2012 *)
  • PARI
    for(i=0,22,print1((12*5^i),", "))

Formula

G.f.: 12/(1 - 5*x).