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.

A024062 a(n) = 6^n - 1.

Original entry on oeis.org

0, 5, 35, 215, 1295, 7775, 46655, 279935, 1679615, 10077695, 60466175, 362797055, 2176782335, 13060694015, 78364164095, 470184984575, 2821109907455, 16926659444735, 101559956668415, 609359740010495, 3656158440062975, 21936950640377855, 131621703842267135
Offset: 0

Views

Author

Keywords

Comments

In base 6 these are 0, 5, 55, 555, ... - David Rabahy, Dec 12 2016

Crossrefs

Programs

Formula

G.f.: 1/(1 - 6*x) - 1/(1 - x). - Mohammad K. Azarian, Jan 14 2009
E.g.f.: exp(6*x) - exp(x). - Mohammad K. Azarian, Jan 14 2009
a(n+1) = 6*a(n) + 5, with a(0) = 0. - Reinhard Zumkeller, Nov 22 2009
a(n) = Sum_{i = 1..n} 5^i*binomial(n, n - i) for n > 0, a(0) = 0. - Bruno Berselli, Nov 11 2015
Sum_{n>=1} 1/a(n) = A248723. - Amiram Eldar, Nov 13 2020