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.

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

Original entry on oeis.org

2, 757, 228762, 69085517, 20863597522, 6300737366277, 1902801821018282, 574639849210155037, 173539331659645803042, 52408303521363822363797, 15827134124120214708063802, 4779742097180783478012904557, 1443466286214472490145189112562
Offset: 1

Views

Author

Richard Choulet, Oct 02 2008

Keywords

Examples

			a(1)=2 because 3^3-2^3=19*1.
		

Crossrefs

Cf. A145123.

Programs

  • Mathematica
    CoefficientList[Series[(-2 - 151*x + 3*x^2)/((x - 1)*(x^2 - 302*x + 1)), {x, 0, 15}], x] (* Wesley Ivan Hurt, Sep 04 2022 *)
  • PARI
    Vec(x*(-2-151*x+3*x^2)/((x-1)*(x^2-302*x+1)) + O(x^30)) \\ Colin Barker, Oct 18 2014

Formula

a(n+2) = 302*a(n+1)-a(n)+150.
G.f.: x*(-2-151*x+3*x^2) / ( (x-1)*(x^2-302*x+1) ). - R. J. Mathar, Nov 27 2011

Extensions

Editing and more terms from Colin Barker, Oct 18 2014