|
| |
|
|
A077070
|
|
Triangle T(n,k) of power of 2 in denominator of coefficients of Legendre polynomials.
|
|
1
| |
|
|
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; refs; listen; history; internal format)
|
|
|
|
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; ...
|
|
|
PROG
| (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 * A075988 A029150 A055923
Adjacent sequences: A077067 A077068 A077069 * A077071 A077072 A077073
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Michael Somos Oct 25, 2002
|
| |
|
|