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!)
A038064 Product_{k>=1} 1/(1 - x^k)^a(k) = 1 + 3x. 7
3, -6, 8, -18, 48, -124, 312, -810, 2184, -5928, 16104, -44220, 122640, -341796, 956576, -2690010, 7596480, -21524412, 61171656, -174336264, 498111952, -1426419852, 4093181688, -11767874940, 33891544368, -97764131640 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
N. J. A. Sloane, Euler transform
FORMULA
G.f.: Sum_{n>=1} moebius(n)*log(1 + 3*x^n)/n, where moebius(n)=A008683(n). - Paul D. Hanna, Oct 13 2010
PROG
(PARI) {a(n)=polcoeff(sum(k=1, n, moebius(k)/k*log(1+3*x^k+x*O(x^n))), n)} \\ Paul D. Hanna, Oct 13 2010
CROSSREFS
Sequence in context: A068979 A101060 A278486 * A093899 A306157 A262613
KEYWORD
sign
AUTHOR
Christian G. Bower, Jan 04 1999
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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)