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.

A168572 a(n) = Sum_{k=2..n}(7^k).

Original entry on oeis.org

0, 49, 392, 2793, 19600, 137249, 960792, 6725593, 47079200, 329554449, 2306881192, 16148168393, 113037178800, 791260251649, 5538821761592, 38771752331193, 271402266318400, 1899815864228849, 13298711049601992, 93090977347213993
Offset: 1

Views

Author

Vincenzo Librandi, Nov 30 2009

Keywords

Programs

Formula

a(n) = 7^n + a(n-1), with a(1)=0.
From Robert Israel, Sep 24 2014: (Start)
a(n) = 7*(7^n - 7)/6.
G.f.: 49*x^2/((1-x)*(1-7*x)).
E.g.f.: 7*(exp(7*x) - 7*exp(x)+42)/6. (End)
a(n) = A104896(n) - 7. - Michel Marcus, Sep 25 2014
a(n) = 8*a(n-1) - 7*a(n-2). - G. C. Greubel, Jul 26 2016

Extensions

Definition and examples simplified by Jon E. Schoenfield, Jun 19 2010