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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158615 Expansion of Sum_{n>0} n*n!*x^n/(1-n!*x^n). 0
1, 5, 19, 105, 601, 4445, 35281, 324897, 3266569, 36360065, 439084801, 5751188913, 80951270401, 1220673888257, 19615124183329, 334777645154817, 6046686277632001, 115243914079782593, 2311256907767808001 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

a(n) = Sum_{d|n} d*d!^(n/d).

LINKS

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

MAPLE

nmax := 40: gf := add( taylor( n*n!*x^n/(1-n!*x^n), x=0, nmax+1), n=1..nmax ) : coeffs(convert(gf, polynom)) ; [From R. J. Mathar, Mar 30 2009]

CROSSREFS

Cf. A077365.

Sequence in context: A162292 A005165 A071828 * A088180 A206709 A199480

Adjacent sequences:  A158612 A158613 A158614 * A158616 A158617 A158618

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.yu), Mar 22 2009

EXTENSIONS

More terms from R. J. Mathar, Mar 30 2009

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 21 01:52 EDT 2013. Contains 225472 sequences.