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.

A225374 Powers of 111.

Original entry on oeis.org

1, 111, 12321, 1367631, 151807041, 16850581551, 1870414552161, 207616015289871, 23045377697175681, 2558036924386500591, 283942098606901565601, 31517572945366073781711, 3498450596935634189769921, 388328016259855395064461231, 43104409804843948852155196641
Offset: 0

Views

Author

N. J. A. Sloane, May 08 2013, following a suggestion from Daniel Forgues

Keywords

Crossrefs

Cf. A000244 (powers of 3), A009981 (powers of 37).

Programs

Formula

a(n) = 3^n * A009981(n) = A000244(n) * A009981(n). - Zak Seidov, May 09 2013
G.f.: 1/(1 - 111*x). - R. J. Mathar, May 09 2013
From Elmo R. Oliveira, Jul 06 2025: (Start)
E.g.f.: exp(111*x).
a(n) = 111^n.
a(n) = 111*a(n-1). (End)