|
Search: id:A077070
|
|
|
| A077070 |
|
Triangle T(n,k) of power of 2 in denominator of coefficients of Legendre polynomials. |
|
+0 2
|
|
| 0, 1, 1, 3, 2, 3, 4, 4, 4, 4, 7, 5, 6, 5, 7, 8, 8, 7, 7, 8, 8, 10, 9, 10, 8, 10, 9, 10, 11, 11, 11, 11, 11, 11, 11, 11, 15, 12, 13, 12, 14, 12, 13, 12, 15, 16, 16, 14, 14, 15, 15, 14, 14, 16, 16, 18, 17, 18, 15, 17, 16, 17, 15, 18, 17, 18, 19, 19, 19, 19, 18, 18, 18, 18, 19, 19, 19
(list; table; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
EXAMPLE
|
0; 1,1; 3,2,3; 4,4,4,4; 7,5,6,5,7; 8,8,7,7,8,8; ...
|
|
PROGRAM
|
(PARI) T(n, k)=if(k<0|k>n, 0, -valuation(polcoeff(pollegendre(2*n), 2*k), 2))
|
|
CROSSREFS
|
Cf. A005187. A005187(n)=T(n, 0).
Sequence in context: A094365 A098822 A131597 this_sequence A075988 A029150 A055923
Adjacent sequences: A077067 A077068 A077069 this_sequence A077071 A077072 A077073
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Michael Somos Oct 25, 2002
|
|
|
Search completed in 0.002 seconds
|