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.

A218745 a(n) = (42^n - 1)/41.

Original entry on oeis.org

0, 1, 43, 1807, 75895, 3187591, 133878823, 5622910567, 236162243815, 9918814240231, 416590198089703, 17496788319767527, 734865109430236135, 30864334596069917671, 1296302053034936542183, 54444686227467334771687, 2286676821553628060410855, 96040426505252378537255911
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 42 (A009986).

Crossrefs

Programs

Formula

From Vincenzo Librandi, Nov 07 2012: (Start)
G.f.: x/((1-x)*(1-42*x)).
a(n) = 43*a(n-1) - 42*a(n-2).
a(n) = floor(42^n/41). (End)
E.g.f.: exp(x)*(exp(41*x) - 1)/41. - Elmo R. Oliveira, Aug 29 2024