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.

A013792 a(n) = 10^(4*n + 1).

Original entry on oeis.org

10, 100000, 1000000000, 10000000000000, 100000000000000000, 1000000000000000000000, 10000000000000000000000000, 100000000000000000000000000000, 1000000000000000000000000000000000, 10000000000000000000000000000000000000, 100000000000000000000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A011557.

Programs

Formula

a(n) = 10000*a(n-1). - Wesley Ivan Hurt, Apr 19 2023
From Elmo R. Oliveira, Aug 30 2024: (Start)
G.f.: 10/(1 - 10000*x).
E.g.f.: 10*exp(10000*x).
a(n) = A011557(A016813(n)) = A098608(n)*A013715(n) = A013776(n)*A013782(n). (End)