login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
A097086 lists the unreduced numerators.
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)