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.

A024075 a(n) = 7^n-1.

Original entry on oeis.org

0, 6, 48, 342, 2400, 16806, 117648, 823542, 5764800, 40353606, 282475248, 1977326742, 13841287200, 96889010406, 678223072848, 4747561509942, 33232930569600, 232630513987206, 1628413597910448, 11398895185373142
Offset: 0

Views

Author

Keywords

Comments

In base 7 these are 0, 6, 66, 666, ... - David Rabahy, Dec 12 2016

Crossrefs

Programs

Formula

G.f.: 1/(1-7*x)-1/(1-x). - Mohammad K. Azarian, Jan 14 2009
E.g.f.: exp(7*x)-exp(x). - Mohammad K. Azarian, Jan 14 2009
a(n+1) = 7*a(n) + 6. - Reinhard Zumkeller, Nov 22 2009
a(n) = Sum_{i=1..n} 6^i*binomial(n,n-i) for n>0, a(0)=0. - Bruno Berselli, Nov 11 2015
a(n) = A000420(n) - 1. - Sean A. Irvine, Jun 19 2019
Sum_{n>=1} 1/a(n) = A248724. - Amiram Eldar, Nov 13 2020