login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134261 E.g.f. satisfies: A(x) = x*(sinh(exp(A(x))-1)+1). 1
0, 1, 2, 9, 68, 735, 10332, 178276, 3639680, 85750461, 2289322710, 68298539441, 2251768422840, 81301875813340, 3190478732975744, 135209859332836905, 6154229137942791184, 299422872446882413387, 15507211446546229257948 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..100

MAPLE

A:= proc(n) option remember; if n=0 then 0 else convert (series (x* (sinh (exp(A(n-1))-1)+1), x=0, n+1), polynom) fi end: a:= n-> coeff (A(n), x, n)*n!: seq (a(n), n=0..22);

CROSSREFS

Sequence in context: A134200 A038037 A138212 * A120980 A020563 A193160

Adjacent sequences:  A134258 A134259 A134260 * A134262 A134263 A134264

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 10:39 EST 2012. Contains 205459 sequences.