login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088222 Coefficient of x^n in g.f.^n is A004123(n). 2
1, 2, 3, 10, 69, 678, 8496, 128316, 2258262, 45292494, 1018882779, 25399668480, 694999352141, 20710476430548, 667708554093132, 23159551588872624, 860001996926543616, 34043670528120810846, 1431191816223150995395 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 4 * (n-1)! / (27 * (log(3/2))^(n+1)). - Vaclav Kotesovec, Feb 11 2015, updated Feb 18 2017
PROG
(PARI) {a(n)=polcoeff(x/serreverse(x*exp(sum(m=1, n+1, sum(k=0, m, stirling(m, k, 2)*(2^k)*k!)*x^m/m +x^2*O(x^n)))), n)}
for(n=0, 20, print1(a(n), ", ")) \\ Vaclav Kotesovec, Feb 11 2015
CROSSREFS
Sequence in context: A206296 A124923 A291935 * A184249 A270356 A333332
KEYWORD
nonn
AUTHOR
Michael Somos, Sep 24 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 05:16 EDT 2024. Contains 371264 sequences. (Running on oeis4.)