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!)
A263949 Positive integers n such that (n+84)^3 - n^3 is a square. 8
28, 476, 1106, 8218, 18256, 131600, 291578, 2097970, 4647580, 33436508, 74070290, 532886746, 1180477648, 8492752016, 18813572666, 135351146098, 299836685596, 2157125586140, 4778573397458, 34378658232730, 76157337674320, 547901406138128, 1213738829392250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = a(n-1)+16*a(n-2)-16*a(n-3)-a(n-4)+a(n-5) for n>5.
G.f.: 14*x*(x^4+4*x^3-13*x^2-32*x-2) / ((x-1)*(x^4-16*x^2+1)).
EXAMPLE
28 is in the sequence because (28+84)^3 - 28^3 = 1176^2.
MATHEMATICA
LinearRecurrence[{1, 16, -16, -1, 1}, {28, 476, 1106, 8218, 18256}, 30] (* Paolo Xausa, Mar 05 2024 *)
PROG
(PARI) Vec(14*x*(x^4+4*x^3-13*x^2-32*x-2)/((x-1)*(x^4-16*x^2+1)) + O(x^40))
CROSSREFS
Cf. A263942 (4), A263943 (21), A263944 (28), A263945 (39), A263946 (52), A263947 (57), A263948 (61) where the parenthesized number is k in the expression (n+k)^3 - n^3.
Sequence in context: A086782 A115225 A223997 * A240463 A140107 A028170
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 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)