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.

A218746 a(n) = (43^n - 1)/42.

Original entry on oeis.org

0, 1, 44, 1893, 81400, 3500201, 150508644, 6471871693, 278290482800, 11966490760401, 514559102697244, 22126041415981493, 951419780887204200, 40911050578149780601, 1759175174860440565844, 75644532518998944331293, 3252714898316954606245600, 139866740627629048068560801
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 43 (A009987).
0 followed by the binomial transform of A170762. - R. J. Mathar, Jul 18 2015

Crossrefs

Programs

Formula

G.f.: x/((1-x)*(1-43*x)). - Vincenzo Librandi, Nov 07 2012
a(n) = 44*a(n-1) - 43*a(n-2). - Vincenzo Librandi, Nov 07 2012
a(n) = floor(43^n/42). - Vincenzo Librandi, Nov 07 2012
E.g.f.: exp(22*x)*sinh(21*x)/21. - Elmo R. Oliveira, Aug 27 2024