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.

A218744 a(n) = (41^n - 1)/40.

Original entry on oeis.org

0, 1, 42, 1723, 70644, 2896405, 118752606, 4868856847, 199623130728, 8184548359849, 335566482753810, 13758225792906211, 564087257509154652, 23127577557875340733, 948230679872888970054, 38877457874788447772215, 1593975772866326358660816, 65353006687519380705093457
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 41 (A009985).

Crossrefs

Programs

Formula

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