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.

A145122 Numbers X such that (X+19)^3-X^3 is a square.

Original entry on oeis.org

38, 14383, 4346478, 1312624823, 396408352918, 119714009959263, 36153234599347358, 10918157134992945703, 3297247301533270257798, 995757766905912624912143, 300715548358284079453212238
Offset: 1

Views

Author

Richard Choulet, Oct 02 2008

Keywords

Examples

			a(1)=38 because 57^3-38^3=361^2
		

Programs

  • Mathematica
    LinearRecurrence[{303,-303,1},{38,14383,4346478},20] (* Harvey P. Dale, Sep 24 2016 *)

Formula

a(n+2)=302*a(n+1)-a(n)+2850
a(n)=19*A145124(n). G.f.: 19*x*(-2-151*x+3*x^2)/((x-1)*(x^2-302*x+1)). - R. J. Mathar, Oct 26 2009.