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”).

A097087
Exponents of 2 in the unreduced denominators of coefficients A097086(n)/2^a(n)*1/n! in function F(x) that satisfies F(F(x)) = x*exp(x).
1
0, 0, 0, 0, 1, 2, 3, 3, 3, 4, 4, 6, 6, 7, 8, 6, 7, 8, 7, 8, 9, 6, 12, 10, 12, 13, 13, 15, 15, 16, 17, 13, 15, 16, 14, 16, 17, 18, 19, 19, 19, 20, 21, 23, 23, 24, 25, 24, 24, 25, 22, 24, 26, 26, 29, 27, 29, 30, 30, 32, 32, 33, 34, 32, 31, 32, 31, 32
OFFSET
0,6
COMMENTS
A097086 lists the unreduced numerators.
FORMULA
E.g.f.: F(x) = Sum_{n>=0} A097086(n)/2^a(n)*x^n/n! where F(F(x)) = x*exp(x).
PROG
(PARI) {a(n)=local(A, B, F=x*exp(x+x^2*O(x^n))); A=F; for(i=0, n, B=serreverse(A); A=(A+subst(B, x, F))/2); valuation(denominator(n!*polcoeff(A, n, x)), 2)}
CROSSREFS
Cf. A097086.
Sequence in context: A181550 A134841 A071112 * A153161 A346373 A238516
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 23 2004
STATUS
approved