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.

A218747 a(n) = (44^n - 1)/43.

Original entry on oeis.org

0, 1, 45, 1981, 87165, 3835261, 168751485, 7425065341, 326702875005, 14374926500221, 632496766009725, 27829857704427901, 1224513738994827645, 53878604515772416381, 2370658598693986320765, 104308978342535398113661, 4589595047071557517001085, 201942182071148530748047741
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 44 (A009988).

Crossrefs

Programs

Formula

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