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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141627 E.g.f. satisfies: A(x) = exp(x*A(sin(x)*x)). 1
1, 1, 1, 7, 25, 101, 721, 8653, 66753, 574489, 7509601, 76972281, 938682625, 14560953109, 226747016497, 4226839991221, 73582415930881, 1133352458491185, 23260378180229569, 478118972286336241, 9648062520586144001 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

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

MAPLE

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

CROSSREFS

Sequence in context: A199116 A138729 A035509 * A102900 A155271 A200152

Adjacent sequences:  A141624 A141625 A141626 * A141628 A141629 A141630

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 24 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 15 05:45 EST 2012. Contains 205694 sequences.