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.

A194350 Numbers covering A000027: a(n) = (1, 1, 2, 5) * A011557(n).

Original entry on oeis.org

1, 1, 2, 5, 10, 10, 20, 50, 100, 100, 200, 500, 1000, 1000, 2000, 5000, 10000, 10000, 20000, 50000, 100000, 100000, 200000, 500000, 1000000, 1000000, 2000000, 5000000, 10000000, 10000000, 20000000, 50000000
Offset: 1

Views

Author

Paul Curtz, Aug 22 2011

Keywords

Comments

3=1+2, 4=1+1+2, 6=1+5, 7=2+5, 8=1+2+5, 9=1+1+2+5, 11=1+10, 12=2+10, 13=1+2+10.
a(n) is used only once. Like weights.

Crossrefs

Programs

Formula

From Colin Barker, Jan 25 2012: (Start)
a(1)=1, a(2)=1, a(3)=2, a(4)=5, a(n)=10*a(n-4).
G.f.: x*(1+x+2*x^2+5*x^3)/(1-10*x^4). (End)