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!)
A263946 Positive integers n such that (n+52)^3 - n^3 is a square. 8
26, 2626, 132522, 6624722, 331104826, 16548617826, 827099787722, 41338440769522, 2066094938689626, 103263408493713026, 5161104329746962922, 257951953078854434322, 12892436549612974754426, 644363875527569883288226, 32205301339828881189658122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 51*a(n-1)-51*a(n-2)+a(n-3) for n>3.
G.f.: 26*x*(3*x^2-50*x-1) / ((x-1)*(x^2-50*x+1)).
a(n) = 26*(-6-(6+sqrt(39))*(25+4*sqrt(39))^(-n)+(-6+sqrt(39))*(25+4*sqrt(39))^n)/6. - Colin Barker, Mar 03 2016
EXAMPLE
26 is in the sequence because (26+52)^3 - 26^3 = 676^2.
MATHEMATICA
LinearRecurrence[{51, -51, 1}, {26, 2626, 132522}, 20] (* Harvey P. Dale, Feb 05 2019 *)
PROG
(PARI) Vec(26*x*(3*x^2-50*x-1)/((x-1)*(x^2-50*x+1)) + O(x^30))
CROSSREFS
Cf. A263942 (4), A263943 (21), A263944 (28), A263945 (39), A263947 (57), A263948 (61), A263949 (84) where the parenthesized number is k in the expression (n+k)^3 - n^3.
Sequence in context: A087616 A177636 A232159 * A358164 A172010 A283571
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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)