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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133892 E.g.f. satisfies: A(x) = x*(tan(sinh(A(x)))+1). 1
0, 1, 2, 6, 36, 360, 4542, 68544, 1226792, 25441920, 598142170, 15713984000, 456391238028, 14521095333888, 502259604707798, 18763725111828480, 752970270575818192, 32301914469949407232, 1475208429063535282482 (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* (tan (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: A061302 A055541 A133822 * A196870 A089709 A055512

Adjacent sequences:  A133889 A133890 A133891 * A133893 A133894 A133895

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 17 06:27 EST 2012. Contains 205998 sequences.