Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109386
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109386 G.f. is the logarithm of the g.f. of A107742: Sum_{n>=1} (a(n)/n)*x^n = Log( Sum_{n>=0} A107742(n)*x^n ). +0
2
1, 3, 7, 7, 11, 21, 15, 15, 34, 33, 23, 49, 27, 45, 77, 31, 35, 102, 39, 77, 105, 69, 47, 105, 86, 81, 142, 105, 59, 231, 63, 63, 161, 105, 165, 238, 75, 117, 189, 165, 83, 315, 87, 161, 374, 141, 95, 217, 162, 258, 245, 189, 107, 426, 253, 225, 273, 177, 119, 539, 123 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = Sum_{d|n} d * Sum_{m|d} (m mod 2). G.f.: Sum_{n>=1} a(n)/n*x^n = Sum_{j>=1} Sum_{i>=1} log(1+x^(i*j)).

G.f.: Sum_{n>0} n*A000005(n)*x^n/(1+x^n). a(n) = A060640(n) if n is odd, else a(n) = A060640(n)-2*A060640(n/2). Multiplicative with a(2^e) = 2^(e+1)-1 and a(p^e) = (p^(e+2)*(e+1)-p^(e+1)*(e+2)+1)/(p-1)^2 for p>2. - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 05 2005

Also g.f.: Sum_{n>0} n*A001227(n)*x^n/(1-x^n). a(n)=Sum_{d|n} d*A001227(d). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 05 2005

Also a(n) = Sum_{d|n} d*A000593(n/d). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 05 2005

A107742(n) = (1/n)*Sum_{k=1..n} a(k)*A107742(n-k). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 05 2005

PROGRAM

(PARI) a(n)=sumdiv(n, d, d*sumdiv(d, m, m%2))

(PARI from Joerg Arndt (arndt(AT)jjj.de), May 03, 2008)

N=17; default(seriesprecision, N); x=z+O(z^(N+1))

c=sum(j=1, N, j*x^j);

t=1/prod(j=0, N, eta(x^(2*j+1)))

t=log(t)

t=serconvol(t, c)

Vec(t)

CROSSREFS

Cf. A107742.

Sequence in context: A140382 A080457 A119644 this_sequence A024612 A073881 A137315

Adjacent sequences: A109383 A109384 A109385 this_sequence A109387 A109388 A109389

KEYWORD

nonn,mult

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 26 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research