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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141152 L.g.f.: A(x) = log( 1 + Sum_{n>=1} n^(n-1)*x^n ) = Sum_{n>=1} a(n)*x^n/n. 1
1, 3, 22, 219, 2771, 42432, 762539, 15736131, 366842002, 9536745963, 273601703035, 8587640290656, 292752138541643, 10772040284616075, 425539049950420682, 17963758770051942339, 807032690733694275307 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

L.g.f.: A(x) = x + 3*x^2/2 + 22*x^3/3 + 219*x^4/4 + 2771*x^5/5 +...

exp(A(x)) = 1 + x + 2*x^2 + 9*x^3 + 64*x^4 + 625*x^5 + 7776*x^6 +...

PROG

(PARI) {a(n)=polcoeff(x*deriv(log(Ser(concat(1, vector(n+1, k, k^(k-1)))))), n)}

CROSSREFS

Cf. A141151.

Sequence in context: A006783 A001409 A079489 * A173142 A073530 A120667

Adjacent sequences:  A141149 A141150 A141151 * A141153 A141154 A141155

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 11 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 07:42 EST 2012. Contains 205717 sequences.