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.

A259775 Stepped path in P(k,n) array of k-th partial sums of squares (A000290).

This page as a plain text file.
%I A259775 #17 Jul 16 2015 06:28:40
%S A259775 1,5,6,20,27,77,112,294,450,1122,1782,4290,7007,16445,27456,63206,
%T A259775 107406,243542,419900,940576,1641486,3640210,6418656,14115100,
%U A259775 25110020,54826020,98285670,213286590,384942375
%N A259775 Stepped path in P(k,n) array of k-th partial sums of squares (A000290).
%C A259775 The term "stepped path" in the name field is the same used in A001405.
%C A259775 Interleaving of terms of the sequences A220101 and A129869. - _Michel Marcus_, Jul 05 2015
%F A259775 Conjecture: -(n+5)*(13*n-11)*a(n) +(8*n^2+39*n-35)*a(n-1) +2*(26*n^2+48*n+25)*a(n-2) -4*(8*n+5)*(n-1)*a(n-3)=0. - _R. J. Mathar_, Jul 16 2015
%e A259775 The array of k-th partial sums of squares begins:
%e A259775 [1], [5],  14,   30,    55,     91,  ...  A000330
%e A259775 1,   [6], [20],  50,   105,    196,  ...  A002415
%e A259775 1,    7,  [27], [77],  182,    378,  ...  A005585
%e A259775 1,    8,   35, [112], [294],   672,  ...  A040977
%e A259775 1,    9,   44,  156,  [450], [1122], ...  A050486
%e A259775 1,   10,   54,  210,   660,  [1782], ...  A053347
%e A259775 This is essentially A110813 without its first two columns.
%t A259775 Table[DifferenceRoot[Function[{a, n}, {(-9168 - 14432*n - 8412*n^2 - 2152*n^3 - 204*n^4)*a[n] +(-1332 - 1902*n - 792*n^2 - 102*n^3)*a[1 + n] + (2100 + 3884*n + 2493*n^2 + 640*n^3 + 51*n^4)*a[2 + n] == 0, a[1] == 1 , a[2] == 5}]][n], {n, 29}]
%Y A259775 Cf. A000330, A002415, A005585, A040977, A050486, A053347.
%K A259775 nonn,easy
%O A259775 1,2
%A A259775 _Luciano Ancora_, Jul 05 2015