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!)
A250303 Three-column array read by rows: T(n,k) = the coefficient of x^k in the expanded polynomial x^2 + (x+1)^2 + ... + (x+n-1)^2, for 0 <= k <= 2. 0
0, 0, 1, 1, 2, 2, 5, 6, 3, 14, 12, 4, 30, 20, 5, 55, 30, 6, 91, 42, 7, 140, 56, 8, 204, 72, 9, 285, 90, 10, 385, 110, 11, 506, 132, 12, 650, 156, 13, 819, 182, 14, 1015, 210, 15, 1240, 240, 16, 1496, 272, 17, 1785, 306, 18, 2109, 342, 19, 2470, 380, 20, 2870, 420, 21, 3311, 462, 22, 3795, 506 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
A001032 solves the Diophantine equation: k^2 + (k+1)^2 + ... + (k+n-1)^2 = y^2. This array gives the coefficients of the left hand side for specified n.
LINKS
FORMULA
a(3*k+1) = A000330(k), for k >= 0.
a(3*k+2) = A002378(k), for k >= 0.
a(3*k) = k, for k >= 1.
EXAMPLE
Array starts:
n = 1: 0, 0, 1;
n = 2: 1, 2, 2;
n = 3: 5, 6, 3;
n = 4: 14, 12, 4;
n = 5: 30, 20, 5;
n = 6: 55, 30, 6;
n = 7: 91, 42, 7;
n = 8: 140, 56, 8;
...
PROG
(PARI) for(n=1, 50, for(k=0, 2, print1(polcoeff(sum(i=1, n, (x+i-1)^2), k), ", ")))
CROSSREFS
Sequence in context: A068763 A176989 A367211 * A368554 A301477 A261895
KEYWORD
nonn,easy,tabf
AUTHOR
Derek Orr, Jan 15 2015
STATUS
approved

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 April 24 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)