Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A085294
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A085294 Integer ceiling of coefficients of exp(x*A(x)). +0
3
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 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n) = ceil(A085295(n)/n!) where exp(x*A(x)) = sum(n>=0, A085295(n)*x^n/n!).

PROGRAM

(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

Cf. A085295, A085022.

Sequence in context: A013025 A034339 A126137 this_sequence A034340 A007669 A034341

Adjacent sequences: A085291 A085292 A085293 this_sequence A085295 A085296 A085297

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 24 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 11 12:57 EST 2009. Contains 170656 sequences.


AT&T Labs Research