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.

A218725 a(n) = (22^n - 1)/21.

Original entry on oeis.org

0, 1, 23, 507, 11155, 245411, 5399043, 118778947, 2613136835, 57489010371, 1264758228163, 27824681019587, 612142982430915, 13467145613480131, 296277203496562883, 6518098476924383427, 143398166492336435395, 3154759662831401578691, 69404712582290834731203
Offset: 0

Views

Author

M. F. Hasler, Nov 04 2012

Keywords

Comments

Partial sums of powers of 22; q-integers for q=22: Diagonal k=1 in the triangle A022186.
Partial sums are in A014907. Also, the sequence is related to A014940 by A014940(n) = n*a(n) - Sum_{i=0..n-1} a(i) for n > 0. [Bruno Berselli, Nov 06 2012]

Crossrefs

Programs

Formula

a(n) = floor(22^n/21).
G.f.: x/((1-x)*(1-22*x)). [Bruno Berselli, Nov 06 2012]
a(n) = 23*a(n-1) - 22*a(n-2). - Vincenzo Librandi, Nov 07 2012
E.g.f.: exp(x)*(exp(21*x) - 1)/21. - Elmo R. Oliveira, Aug 29 2024