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.

A144928 Values of k arising in A144927.

This page as a plain text file.
%I A144928 #24 Jul 18 2016 05:52:48
%S A144928 49,5341,587461,64615369,7107103129,781716728821,85981733067181,
%T A144928 9457208920661089,1040206999539652609,114413312740441125901,
%U A144928 12584424194448984196501,1384172248076647820489209,152246362864236811269616489,16745715742817972591837324581
%N A144928 Values of k arising in A144927.
%C A144928 Numbers k such that there exists x in N : (x+7)^3-x^3=k^2. - _Richard Choulet_, Oct 16 2008
%H A144928 Colin Barker, <a href="/A144928/b144928.txt">Table of n, a(n) for n = 1..450</a>
%H A144928 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (110,-1).
%F A144928 a(n+2) = 110*a(n+1)-a(n). - _Richard Choulet_, Oct 16 2008
%F A144928 G.f.: 49*x*(1-x) / (1-110*x+x^2). - _Colin Barker_, Oct 17 2014, corrected Jul 16 2016
%e A144928 a(1) = 49 because (7+7)^3 - 7^3 = 2041 = 49^2. - _Richard Choulet_, Oct 16 2008
%e A144928 a(2) = 5341 because (1162+7)^3 - 1162^3 = 28526281 = 5341^2. - _Colin Barker_, Jul 16 2016
%t A144928 Sqrt[(# + 7)^3 - #^3] & /@ Rest@ CoefficientList[Series[7 x (-1 - 55 x + 2 x^2)/((x - 1) (x^2 - 110 x + 1)), {x, 0, 14}], x] (* or *)
%t A144928 Rest@ CoefficientList[Series[49 x (1 - x)/(1 - 110 x + x^2), {x, 0, 14}], x] (* _Michael De Vlieger_, Jul 17 2016 *)
%o A144928 (PARI) Vec(49*x*(1-x)/(1-110*x+x^2) + O(x^20)) \\ _Colin Barker_, Oct 17 2014, corrected Jul 16 2016
%Y A144928 Cf. A144927.
%K A144928 nonn,easy
%O A144928 1,1
%A A144928 _Richard Choulet_, Sep 25 2008
%E A144928 More terms from _Colin Barker_, Oct 17 2014
%E A144928 All terms except the first corrected by _Colin Barker_, Jul 16 2016