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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158095 G.f.: A(x) = exp( Sum_{n>=1} 2*sigma(n,n-1)*x^n/n ). 1
1, 2, 5, 14, 61, 370, 3454, 40880, 614346, 10848514, 222870183, 5175100204, 134514302384, 3859406052466, 121274242936381, 4139268759072626, 152532132931199062, 6034430112251517608, 255114747410233804986 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

G.f.: A(x) = 1 + 2*x + 5*x^2 + 14*x^3 + 61*x^4 + 370*x^5 +...

PROG

(PARI) a(n)=polcoeff(exp(sum(m=1, n, 2*sigma(m, m-1)*x^m/m)+x*O(x^n)), n)

CROSSREFS

Cf. A023881.

Sequence in context: A006847 A008286 A049082 * A059958 A102019 A097595

Adjacent sequences:  A158092 A158093 A158094 * A158096 A158097 A158098

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 20 2009

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 14 23:53 EST 2012. Contains 205689 sequences.