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!)
A193469 a(n) = A193467(n)/n for n>=1. 1
1, 2, 9, 70, 805, 12646, 257179, 6524176, 200811433, 7340612842, 313294235311, 15395868322660, 861109521894637, 54282864059246590, 3824491871326292755, 298974154411140942856, 25767887775430753766353, 2434836258338521063652050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A193467 is defined by the e.g.f.: Sum_{n>=0} x^n * exp(n*(n+1)/2*x).
LINKS
FORMULA
O.g.f.: x * Sum_{k>=0} k! * x^k / (1 - binomial(k+2,2)*x)^(k+1). - Ilya Gutkovskiy, Jul 16 2019
PROG
(PARI) {a(n)=local(Egf); Egf=sum(m=0, n, x^m*exp(m*(m+1)/2*x+x*O(x^n))); if(n<1, 0, (n-1)!*polcoeff(Egf, n))}
CROSSREFS
Cf. A193467.
Sequence in context: A099717 A322772 A177450 * A336606 A121879 A118789
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 27 2011
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)