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.

A016218 Expansion of 1/((1-x)*(1-4*x)*(1-5*x)).

Original entry on oeis.org

1, 10, 71, 440, 2541, 14070, 75811, 400900, 2091881, 10808930, 55442751, 282806160, 1436400421, 7271480590, 36715316891, 185008240220, 930767824161, 4676745613050, 23475354034231, 117743274047080, 590182385739101, 2956775990710310, 14807336201610771
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

From Vincenzo Librandi, Feb 10 2011: (Start)
a(n) = a(n-1) + 5^(n+1) - 4^(n+1), n >= 1.
a(n) = 9*a(n-1) - 20*a(n-2) + 1, n >= 2. (End)
a(n) = 1/12 - 4^(n+2)/3 + 5^(n+2)/4. - R. J. Mathar, Mar 15 2011