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!)
A195734 G.f.: exp( Sum_{n>=1} (2*sigma(n^2) - sigma(n)^2) * x^n/n ). 2
1, 1, 3, 6, 11, 22, 40, 72, 123, 215, 363, 605, 991, 1618, 2598, 4139, 6537, 10229, 15871, 24476, 37487, 56995, 86177, 129531, 193662, 287992, 426254, 627841, 920708, 1344331, 1954987, 2831688, 4086168, 5875087, 8417724, 12020250, 17108958, 24275947, 34340966 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Logarithmic derivative equals A195735.
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 6*x^3 + 11*x^4 + 22*x^5 + 40*x^6 + 72*x^7 +...
where
log(A(x)) = x + 5*x^2/2 + 10*x^3/3 + 13*x^4/4 + 26*x^5/5 + 38*x^6/6 + 50*x^7/7 + 29*x^8/8 +...+ A195735(n)*x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, (2*sigma(k^2)-sigma(k)^2)*x^k/k)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A192896 A115030 A228206 * A018177 A103322 A284474
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 22 2011
STATUS
approved

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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)