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.

A155588 a(n) = 5^n + 2^n - 1^n.

Original entry on oeis.org

1, 6, 28, 132, 640, 3156, 15688, 78252, 390880, 1953636, 9766648, 48830172, 244144720, 1220711316, 6103532008, 30517610892, 152587956160, 762939584196, 3814697527768, 19073486852412, 95367432689200, 476837160300276
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 24 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-5*x)+1/(1-2*x)-1/(1-x).
E.g.f.: e^(5*x)+e^(2*x)-e^x.
a(n) = 7*a(n-1)-10*a(n-2)-4 with a(0)=1, a(1)=6. - Vincenzo Librandi, Jul 21 2010
a(n) = A074600(n)-1. - R. J. Mathar, Mar 10 2022