cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A263949 Positive integers n such that (n+84)^3 - n^3 is a square.

This page as a plain text file.
%I A263949 #9 Mar 05 2024 05:07:30
%S A263949 28,476,1106,8218,18256,131600,291578,2097970,4647580,33436508,
%T A263949 74070290,532886746,1180477648,8492752016,18813572666,135351146098,
%U A263949 299836685596,2157125586140,4778573397458,34378658232730,76157337674320,547901406138128,1213738829392250
%N A263949 Positive integers n such that (n+84)^3 - n^3 is a square.
%H A263949 Colin Barker, <a href="/A263949/b263949.txt">Table of n, a(n) for n = 1..1000</a>
%H A263949 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,16,-16,-1,1).
%F A263949 a(n) = a(n-1)+16*a(n-2)-16*a(n-3)-a(n-4)+a(n-5) for n>5.
%F A263949 G.f.: 14*x*(x^4+4*x^3-13*x^2-32*x-2) / ((x-1)*(x^4-16*x^2+1)).
%e A263949 28 is in the sequence because (28+84)^3 - 28^3 = 1176^2.
%t A263949 LinearRecurrence[{1, 16, -16, -1, 1}, {28, 476, 1106, 8218, 18256}, 30] (* _Paolo Xausa_, Mar 05 2024 *)
%o A263949 (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))
%Y A263949 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.
%K A263949 nonn,easy
%O A263949 1,1
%A A263949 _Colin Barker_, Oct 30 2015