login
This site is supported by donations 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

Table of n, a(n) for n=1..18.

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: A101482 A099717 A177450 * A121879 A118789 A133941

Adjacent sequences:  A193466 A193467 A193468 * A193470 A193471 A193472

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 | 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 May 19 16:56 EDT 2013. Contains 225433 sequences.