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.

Showing 1-3 of 3 results.

A013715 a(n) = 10^(2*n+1).

Original entry on oeis.org

10, 1000, 100000, 10000000, 1000000000, 100000000000, 10000000000000, 1000000000000000, 100000000000000000, 10000000000000000000, 1000000000000000000000, 100000000000000000000000, 10000000000000000000000000, 1000000000000000000000000000, 100000000000000000000000000000
Offset: 0

Views

Author

Keywords

Comments

Bisection of A011557 (powers of 10). - Michel Marcus, Jan 17 2016

Crossrefs

Programs

Formula

From Philippe Deléham, Nov 25 2008: (Start)
G.f.: 10/(1-100*x).
a(n) = 100*a(n-1), n>0; a(0)=10. (End)
From Elmo R. Oliveira, Aug 26 2024 (Start)
E.g.f.: 10*exp(100*x).
a(n) = 10*A098608(n) = A011557(A005408(n)) = A013747(n)/10^(n+1). (End)

A013746 a(n) = 10^(3*n + 1).

Original entry on oeis.org

10, 10000, 10000000, 10000000000, 10000000000000, 10000000000000000, 10000000000000000000, 10000000000000000000000, 10000000000000000000000000, 10000000000000000000000000000, 10000000000000000000000000000000, 10000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A011557 (10^n).

Programs

Formula

From Philippe Deléham, Nov 30 2008: (Start)
a(n) = 1000*a(n-1); a(0)=10.
G.f.: 10/(1-1000*x). (End)
From Elmo R. Oliveira, Jul 07 2025: (Start)
E.g.f.: 10*exp(1000*x).
a(n) = A013747(n)/10 = A013730(n)*A013736(n) = A011557(A016777(n)). (End)

A013767 a(n) = 20^(3*n + 2).

Original entry on oeis.org

400, 3200000, 25600000000, 204800000000000, 1638400000000000000, 13107200000000000000000, 104857600000000000000000000, 838860800000000000000000000000, 6710886400000000000000000000000000, 53687091200000000000000000000000000000, 429496729600000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A009964.

Programs

Formula

From Elmo R. Oliveira, Feb 27 2025: (Start)
G.f.: 400/(1 - 8000*x).
E.g.f.: 400*exp(8000*x).
a(n) = A013731(n)*A013747(n) = A009964(A016789(n)). (End)
Showing 1-3 of 3 results.