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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038063 Prod{k=1..inf}(1/(1-x^k)^a(k)) = 1+2x. 10
2, -3, 2, -3, 6, -11, 18, -30, 56, -105, 186, -335, 630, -1179, 2182, -4080, 7710, -14588, 27594, -52377, 99858, -190743, 364722, -698870, 1342176, -2581425, 4971008, -9586395, 18512790, -35792449, 69273666, -134215680, 260300986 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Apart from initial terms, exponents in expansion of A065472 as a product zeta(n)^(-a(n)).

LINKS

G. Niklasch, Some number theoretical constants: 1000-digit values [Cached copy]

N. J. A. Sloane, Euler transform

FORMULA

a(n) = 1/n*Sum_{d divides n} (-1)^(d+1)*mobius(n/d)*2^d. - Vladeta Jovovic (vladeta(AT)eunet.rs), Sep 06 2002

G.f.: Sum_{n>=1} moebius(n)*log(1 + 2*x^n)/n, where moebius(n)=A008683(n). [From Paul D. Hanna (pauldhanna(AT)juno.com), Oct 13 2010]

PROG

(PARI) {a(n)=polcoeff(sum(k=1, n, moebius(k)/k*log(1+2*x^k+x*O(x^n))), n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Oct 13 2010]

CROSSREFS

Cf. A038064-A038070, A065472.

With n>1 and n=0, 1, 3 (mod 4), a(n)=A001037(n)=A059966(n)=A060477(n).

Sequence in context: A120877 A193917 A089135 * A085204 A055375 A091533

Adjacent sequences:  A038060 A038061 A038062 * A038064 A038065 A038066

KEYWORD

sign

AUTHOR

Christian G. Bower (bowerc(AT)usa.net), Jan 04 1999.

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 14:47 EST 2012. Contains 205623 sequences.