Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159604
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159604 G.f.: A(x) = exp( Sum_{n>=1} [ Sum_{k>=1} sigma(n,k)*x^k ]^n/n ). +0
1
1, 1, 6, 43, 856, 10744, 608375, 14284223, 551011548, 19119025101, 874788949035, 37896009869060, 20683158266928833, 1799893777863733707, 93147805938921355288, 3757831283217050847983, 180287028377782585130749 (list; graph; listen)
OFFSET

0,3

COMMENT

Define sigma(n,k) = Sum_{d|n} d^k.

EXAMPLE

G.f.: A(x) = 1 + x + 6*x^2 + 43*x^3 + 856*x^4 + 10744*x^5 +...

log(A(x)) = Sum_{n>=1} [sigma(n)*x + sigma(n,2)*x^2 + sigma(n,3)*x^3 +...]^n/n.

PROGRAM

(PARI) {a(n)=local(A=1+x); for(i=1, n, A=exp(sum(m=1, n, sum(k=1, n, sigma(m, k)*x^k+x*O(x^n))^m/m))); polcoeff(A, n)}

CROSSREFS

Cf. variants: A159595, A156217.

Sequence in context: A146966 A090010 A062266 this_sequence A090338 A090339 A078810

Adjacent sequences: A159601 A159602 A159603 this_sequence A159605 A159606 A159607

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 16 2009

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research