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!)
A263945 Positive integers n such that (n+39)^3 - n^3 is a square. 8
26, 871, 59930, 1155895, 77814386, 1500376111, 101003038370, 1947487061455, 131101866015146, 2527836705417751, 170170121084646410, 3281130096145204615, 220880686066005050306, 4258904336959770197791, 286702960343553470676050, 5528054548243685571553375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = a(n-1)+1298*a(n-2)-1298*a(n-3)-a(n-4)+a(n-5) for n>5.
G.f.: 13*x*(5*x^4+65*x^3-1947*x^2-65*x-2) / ((x-1)*(x^2-36*x-1)*(x^2+36*x-1)).
EXAMPLE
26 is in the sequence because (26+39)^3 - 26^3 = 507^2.
MATHEMATICA
LinearRecurrence[{1, 1298, -1298, -1, 1}, {26, 871, 59930, 1155895, 77814386}, 20] (* Harvey P. Dale, Mar 25 2020 *)
PROG
(PARI) Vec(13*x*(5*x^4+65*x^3-1947*x^2-65*x-2)/((x-1)*(x^2-36*x-1)*(x^2+36*x-1)) + O(x^30))
CROSSREFS
Cf. A263942 (4), A263943 (21), A263944 (28), A263946 (52), A263947 (57), A263948 (61), A263949 (84) where the parenthesized number is k in the expression (n+k)^3 - n^3.
Sequence in context: A231282 A357140 A333117 * A335609 A241871 A160261
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Oct 30 2015
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)