login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082525
Numerators of coefficients in (1+x)^(1+x) power series.
0
1, 1, 1, 1, 1, 1, 3, -1, 59, -71, 131, -53, 179063, -152587, 1711379, -2976271, 10956347, -19341869, 4868569481, -13052168197, 1336857226717, -150881331703, 312800427143, -1994295576001, 1162545732884416477, -1066743770616172283, 982084002016960747, -1813863044243307923
OFFSET
0,7
FORMULA
n! * a(n)/A082526(n) = A005727(n). - Gerald McGarvey, Nov 17 2007
PROG
(PARI) a(n)=numerator(polcoeff((1+x)^(1+x)+O(x^(n+1)), n))
CROSSREFS
Cf. A082526 (denominators) A005727.
Sequence in context: A292425 A095988 A189898 * A162221 A213127 A361091
KEYWORD
frac,sign
AUTHOR
Benoit Cloitre, Apr 30 2003
STATUS
approved