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.

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

Original entry on oeis.org

1, 10, 64, 406, 2656, 17830, 121744, 839926, 5830336, 40615750, 283523824, 1981521046, 13858064416, 96956119270, 678491508304, 4748635251766, 33237225536896, 232647693856390, 1628482317387184, 11399170063280086
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 27 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)=10 [Vincenzo Librandi, Jul 21 2010]
a(0)=1, a(1)=10, a(2)=64, a(n) = 12*a(n-1)-39*a(n-2)+28*a(n-3). - Harvey P. Dale, Feb 04 2014