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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133596 E.g.f. satisfies: A(x) = x*(sinh(sinh(A(x)))+1). 1
0, 1, 2, 6, 32, 280, 3192, 43344, 690496, 12726144, 266222880, 6222163200, 160658284800, 4542751030272, 139616399952512, 4634016219678720, 165191949394008064, 6294553527003086848, 255316547059075256832 (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 (sinh(A(n-1)))+1), x=0, n+1), polynom) fi end: a:= n-> coeff (A(n), x, n)*n!: seq (a(n), n=0..23);

CROSSREFS

Sequence in context: A012521 A012324 A121676 * A088437 A191691 A191712

Adjacent sequences:  A133593 A133594 A133595 * A133597 A133598 A133599

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 18 00:14 EST 2012. Contains 206085 sequences.