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.

A112261 a(n) = A112260(n+1) - A112260(n).

Original entry on oeis.org

-2, 0, 12, 20, -12, -60, 52, 420, 468, -700, -1548, 3300, 13588, 8580, -29388, -30940, 152148, 406980, 60532, -1043100, -236652, 6032900, 11173812, -4569180, -32487212, 19343940, 216401652, 273243620, -323927532, -880031100, 1489420852, 7157028900
Offset: 1

Views

Author

Russell Walsmith, Aug 30 2005

Keywords

Examples

			a(4) = A112260(5) - A112260(4) = 31-11 = 20.
		

Crossrefs

Formula

a(n) = 3*a(n-1)-6*a(n-2)+8*a(n-3); G.f.: -2*(3*x-1) / ((2*x-1)*(4*x^2-x+1)). - Colin Barker, Nov 02 2014

Extensions

Name corrected and more terms from Colin Barker, Nov 02 2014