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!)
A145717 Numbers n such that there exists x in N with (x+127)^3-x^3=n^2. 2
16129, 32725741, 66433238101, 134859440619289, 273764598023918569, 555741999129114075781, 1128155984467503549916861, 2290156092727033077217152049, 4649015740079892679247268742609, 9437499662206089411838878330344221, 19158119665262621426140243763330026021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 2030*a(n+1)-a(n).
a(n) = A145721(n)*16129. - Colin Barker, Oct 20 2014
G.f.: -16129*x*(x-1) / (x^2-2030*x+1). - Colin Barker, Oct 20 2014
EXAMPLE
a(1)=16129 because the first relation is (762+127)^3-762^3=16129^2.
MATHEMATICA
CoefficientList[Series[16129 (1 - x)/(x^2 - 2030 x + 1), {x, 0, 20}], x] (* Vincenzo Librandi, Oct 20 2014 *)
PROG
(PARI) Vec(-16129*x*(x-1)/(x^2-2030*x+1) + O(x^20)) \\ Colin Barker, Oct 20 2014
(Magma) I:=[16129, 32725741]; [n le 2 select I[n] else 2030*Self(n-1)-Self(n-2): n in [1..20]]; // Vincenzo Librandi, Oct 20 2014
CROSSREFS
Cf. A145721.
Sequence in context: A252603 A335305 A267118 * A184405 A134120 A109566
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 16 2008
EXTENSIONS
Editing and more terms from Colin Barker, Oct 20 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 1 22:42 EDT 2024. Contains 372178 sequences. (Running on oeis4.)