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!)
A158095 G.f.: A(x) = exp( Sum_{n>=1} 2*sigma(n,n-1)*x^n/n ). 3

%I #4 Oct 07 2020 08:43:49

%S 1,2,5,14,61,370,3454,40880,614346,10848514,222870183,5175100204,

%T 134514302384,3859406052466,121274242936381,4139268759072626,

%U 152532132931199062,6034430112251517608,255114747410233804986

%N G.f.: A(x) = exp( Sum_{n>=1} 2*sigma(n,n-1)*x^n/n ).

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

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

%Y Cf. A023881, A294645.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Mar 20 2009

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 23 14:30 EDT 2024. Contains 371914 sequences. (Running on oeis4.)