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.

A155628 a(n) = 7^n-4^n+1^n.

Original entry on oeis.org

1, 4, 34, 280, 2146, 15784, 113554, 807160, 5699266, 40091464, 281426674, 1973132440, 13824509986, 96821901544, 677954637394, 4746487768120, 33228635602306, 232613334118024, 1628344878433714, 11398620307466200
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 30 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-7*x)-1/(1-4*x)+1/(1-x). E.g.f.: e^(7*x)-e^(4*x)+e^x.
a(n) = 11*a(n-1)-28*a(n-2)+18 with a(0)=1, a(1)=4. - Vincenzo Librandi, Jul 21 2010