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!)
A261933 The first of two consecutive positive integers the sum of the squares of which is equal to the sum of the squares of seventeen consecutive positive integers. 4

%I #7 Oct 17 2015 13:48:23

%S 40,91,2743,6364,192004,445423,13437571,31173280,940438000,2181684211,

%T 65817222463,152686721524,4606265134444,10685888822503,

%U 322372742188651,747859530853720,22561485688071160,52339481270937931,1578981625422792583,3663015829434801484

%N The first of two consecutive positive integers the sum of the squares of which is equal to the sum of the squares of seventeen consecutive positive integers.

%C For the first of the corresponding seventeen consecutive positive integers, see A261935.

%H Colin Barker, <a href="/A261933/b261933.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1,70,-70,-1,1).

%F G.f.: -x*(40*x^4+51*x^3-148*x^2+51*x+40) / ((x-1)*(x^4-70*x^2+1)).

%e 40 is in the sequence because 40^2 + 41^2 = 5^2 + 6^2 + ... + 21^2.

%t LinearRecurrence[{1,70,-70,-1,1},{40,91,2743,6364,192004},20] (* _Harvey P. Dale_, Oct 17 2015 *)

%o (PARI) Vec(-x*(40*x^4+51*x^3-148*x^2+51*x+40)/((x-1)*(x^4-70*x^2+1)) + O(x^40))

%Y Cf. A001652, A031138, A261932, A261934, A261935.

%K nonn,easy

%O 1,1

%A _Colin Barker_, Sep 06 2015

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 March 29 05:43 EDT 2024. Contains 371264 sequences. (Running on oeis4.)