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

 


A085294
Integer ceiling of coefficients of exp(x*A(x)).
2
1, 1, 2, 4, 8, 16, 35, 81, 190, 458, 1122, 2784, 6983, 17678, 45108, 115892, 299542, 778330, 2031974, 5327304, 14020083, 37024711, 98083557, 260583547, 694130905, 1853484434, 4960318790, 13302462676, 35743133528, 96213085461, 259420983385
OFFSET
0,3
FORMULA
a(n) = ceiling(A085295(n)/n!) where exp(x*A(x)) = Sum_{n>=0} A085295(n)*x^n/n!.
PROG
(PARI) {a(n)=local(A); if(n<0, 0, A=1+O(x); for(m=1, n, A=Pol(A)+x^m*(ceil(polcoeff(exp(x*A), m))+O(x)); ); polcoeff(A, n))}
CROSSREFS
Sequence in context: A247293 A337716 A126137 * A195327 A266544 A348414
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 24 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 23 11:34 EDT 2024. Contains 376164 sequences. (Running on oeis4.)