Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159595
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159595 G.f.: A(x) = exp( Sum_{n>=1} [ Sum_{k>=1} sigma(k,n)*x^k ]^n/n ). +0
2
1, 1, 4, 13, 56, 286, 2008, 19749, 280842, 5762129, 168873970, 7023348917, 412682000624, 34188301513404, 3992802803844526, 656649238572375132, 152278229304524217542, 49749953321847000835094 (list; graph; listen)
OFFSET

0,3

COMMENT

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

EXAMPLE

G.f.: A(x) = 1 + x + 4*x^2 + 13*x^3 + 56*x^4 + 286*x^5 + 2008*x^6 +...

log(A(x)) = Sum_{n>=1} [x + sigma(2,n)*x^2 + sigma(3,n)*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(k, m)*x^k+x*O(x^n))^m/m))); polcoeff(A, n)}

CROSSREFS

Sequence in context: A121076 A121070 A163070 this_sequence A009300 A149477 A149478

Adjacent sequences: A159592 A159593 A159594 this_sequence A159596 A159597 A159598

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 05 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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 20 01:21 EDT 2010. Contains 173643 sequences.


AT&T Labs Research