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.

A145309 Numbers x such that there exists n in N : (x+1)^3-x^3=79*n^2.

Original entry on oeis.org

97, 44489542, 20300667221737, 9263235054568775182, 4226832681849540586103377, 1928712206384045833465574584822, 880075237193226049220159073617573017
Offset: 1

Views

Author

Richard Choulet, Oct 06 2008

Keywords

Examples

			a(1)=97 because the first relation is : 98^3-97^3=79*19^2.
		

Formula

a(n) = 456302*a(n-1) - a(n-2) + 228150.
G.f.: x*(98*x^2-228151*x-97)/((x-1)*(x^2-456302*x+1)). - Colin Barker, Aug 24 2012