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.

A109716 Powers of 111111.

Original entry on oeis.org

1, 111111, 12345654321, 1371737997260631, 152415180613625971041, 16935003133160595268336551, 1881665133128606900860142518161, 209073694607052641361471295335386871, 23230387281484226034314437096010170623681, 2581151561232993838898711420174786068167819591
Offset: 0

Views

Author

Philippe Deléham, Aug 08 2005

Keywords

Programs

Formula

a(n) = 111111^n.
From Elmo R. Oliveira, Aug 11 2024: (Start)
G.f.: 1/(1 - 111111*x).
E.g.f.: exp(111111*x).
a(n) = 111111*a(n-1) for n > 0. (End)

Extensions

Corrected by Charles R Greathouse IV, Sep 25 2014