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!)
A274972 Numbers x such that there exists n in N : (x+1)^3 - x^3 = 61*n^2. 3

%I #14 Jul 15 2016 08:57:34

%S 4,4387,4273420,4162307179,4054082919412,3948672601200595,

%T 3846003059486460604,3746003031267211428187,3648603106451204444594020,

%U 3553735679680441861823147779,3461334903405643922211301343212,3371336642181417499791945685141195

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

%H Colin Barker, <a href="/A274972/b274972.txt">Table of n, a(n) for n = 1..300</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (975,-975,1).

%F G.f.: x*(4+487*x-5*x^2) / ((1-x)*(1-974*x+x^2)).

%F a(n) = 975*a(n-1)-975*a(n-2)+a(n-3) for n>3.

%F a(n) = (-6-(27+2*sqrt(183))*(487+36*sqrt(183))^(-n)+(-27+2*sqrt(183))*(487+36*sqrt(183))^n)/12.

%e 4387 is in the sequence because ((4387+1)^3-4387^3)/61 = 946729 = 973^2.

%o (PARI) Vec(x*(4+487*x-5*x^2)/((1-x)*(1-974*x+x^2)) + O(x^20))

%o (PARI) isok(x) = issquare(((x+1)^3-x^3)/61)

%Y Cf. A145336, A145212, A274971, A275060.

%K nonn,easy

%O 1,1

%A _Colin Barker_, Jul 13 2016

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 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)