|
Search: id:A081056
|
|
|
| A081056 |
|
Number of partitions of 2n+1 in which no parts are multiples of 4. |
|
+0 1
|
|
| 1, 3, 6, 12, 22, 38, 64, 105, 166, 258, 395, 592, 876, 1280, 1846, 2636, 3728, 5222, 7256, 10006, 13696, 18624, 25169, 33808, 45164, 60022, 79366, 104457, 136870, 178572, 232044, 300368, 387366, 497804, 637568, 813910, 1035792, 1314214
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Euler transform of period 16 sequence [3,0,2,1,2,1,3,0,3,1,2,1,2,0,3,0,...].
|
|
FORMULA
|
G.f.: (sum_{n>=0} x^A074377(n))/(sum_n (-x)^n^2).
|
|
PROGRAM
|
(PARI) a(n)=local(X); if(n<0, 0, X=x+x^2*O(x^(2*n)); polcoeff(eta(X^4)/eta(X), 2*n+1))
|
|
CROSSREFS
|
a(n)=A001935(2n+1).
Sequence in context: A095093 A139422 A062483 this_sequence A066982 A018078 A005404
Adjacent sequences: A081053 A081054 A081055 this_sequence A081057 A081058 A081059
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Michael Somos, Mar 03 2003
|
|
|
Search completed in 0.002 seconds
|