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!)
A145121 Numbers n such that there exists x in N : (x+19)^3-x^3=n^2. 1
361, 108661, 32815261, 9910100161, 2992817433361, 903820954774861, 272950935524574661, 82430278707466772761, 24893671218719440799161, 7517806277774563654573861, 2270352602216699504240506861, 685638968063165475716978498161, 207060698002473756967023265937761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 302*a(n+1)-a(n).
a(n) = 361*A145123(n). - Colin Barker, Oct 19 2014
G.f.: -361*x*(x-1) / (x^2-302*x+1). - Colin Barker, Oct 19 2014
EXAMPLE
a(1)=361 because 57^3-38^3=361^2.
MATHEMATICA
CoefficientList[Series[361 (1 - x)/(x^2 - 302 x + 1), {x, 0, 20}], x] (* Vincenzo Librandi, Oct 19 2014
PROG
(PARI) Vec(-361*x*(x-1)/(x^2-302*x+1) + O(x^20)) \\ Colin Barker, Oct 19 2014
(Magma) I:=[361, 108661]; [n le 2 select I[n] else 302*Self(n-1)-Self(n-2): n in [1..15]]; // Vincenzo Librandi, Oct 19 2014
CROSSREFS
Sequence in context: A302957 A232081 A231770 * A062788 A048289 A191216
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 02 2008
EXTENSIONS
Editing and more terms from Colin Barker, Oct 19 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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)