The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A145307 Numbers x such that there exists n in N : (x+79)^3-x^3=n^2. 1
7663, 3514673818, 1603752710517223, 731795569310933239378, 333919781866113706302166783, 152368264304339620843780392200938, 69525943738264857888392566815788268343, 31724827179505362919884965402334038047270498 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 456302*a(n+1)-a(n)+18023850.
G.f.: 79*x*(-97-228151*x+98*x^2) / ( (x-1)*(x^2-456302*x+1) ). - R. J. Mathar, Nov 27 2011
a(n) = 79*A145309(n). - R. J. Mathar, Nov 27 2011
EXAMPLE
a(1)=7663 because the first relation is : (7663+79)^3-7663^3=118579^2.
MATHEMATICA
LinearRecurrence[{456303, -456303, 1}, {7663, 3514673818, 1603752710517223}, 20] (* Harvey P. Dale, Dec 14 2017 *)
PROG
(PARI) Vec(79*x*(-97-228151*x+98*x^2)/((x-1)*(x^2-456302*x+1)) + O(x^30)) \\ Colin Barker, Oct 18 2014
CROSSREFS
Cf. A145306.
Sequence in context: A038011 A205040 A252406 * A232254 A008774 A229508
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 06 2008
EXTENSIONS
Editing and additional term a(8) from Colin Barker, Oct 18 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 23 07:08 EDT 2024. Contains 372760 sequences. (Running on oeis4.)