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.

A257707 Numbers n such that T(n) + T(n+1) + ... + T(n+22) is a square, where T = A000217 (triangular numbers).

This page as a plain text file.
%I A257707 #10 Jun 13 2015 00:55:36
%S A257707 56,470,1094,7856,128534,201539,3293081,23435699,53805155,382911281,
%T A257707 6256309475,9809462822,160274811896,1140616029542,2618697452438,
%U A257707 18636292598096,304494582579398,477426555904883,7800575092244921,55513782134933123,127452004956911987
%N A257707 Numbers n such that T(n) + T(n+1) + ... + T(n+22) is a square, where T = A000217 (triangular numbers).
%C A257707 Positive integers y in the solutions to 2*x^2-23*y^2-529*y-4048 = 0.
%H A257707 Colin Barker, <a href="/A257707/b257707.txt">Table of n, a(n) for n = 1..1000</a>
%H A257707 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (1,0,0,0,0,48670,-48670,0,0,0,0,-1,1).
%F A257707 G.f.: x*(10*x^12 +3*x^11 +66*x^10 +414*x^9 +624*x^8 +6762*x^7 -366022*x^6 -73005*x^5 -120678*x^4 -6762*x^3 -624*x^2 -414*x -56) / ((x -1)*(x^12 -48670*x^6 +1)).
%t A257707 LinearRecurrence[{1, 0, 0, 0, 0, 48670, -48670, 0, 0, 0, 0, -1, 1}, {56, 470, 1094, 7856, 128534, 201539, 3293081, 23435699, 53805155, 382911281, 6256309475, 9809462822, 160274811896}, 50] (* _Vincenzo Librandi_, May 05 2015 *)
%o A257707 (PARI) Vec(x*(10*x^12 +3*x^11 +66*x^10 +414*x^9 +624*x^8 +6762*x^7 -366022*x^6 -73005*x^5 -120678*x^4 -6762*x^3 -624*x^2 -414*x -56) / ((x -1)*(x^12 -48670*x^6 +1)) + O(x^100))
%Y A257707 Cf. A176541, A176542, A000217, A000292, A001110, A077415.
%Y A257707 Cf. A116476 (length 11), A257293 (length 13), A257708 (length 25), A257709 (length 27), A257710 (length 37).
%K A257707 nonn,easy
%O A257707 1,1
%A A257707 _Colin Barker_, May 04 2015