|
Search: id:A156234
|
|
| |
|
| 1, 1, 5, 10, 30, 63, 170, 355, 880, 1875, 4349, 9189, 20810, 43355, 95140, 198247, 424527, 875965, 1849535, 3781820, 7873167, 16005196, 32883560, 66390850, 135198990, 271051271, 546931398, 1090751095, 2183512495, 4329540830
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
Compare to g.f. of partition numbers: exp( Sum_{n>=1} sigma(n)*x^n/n ),
and to the g.f. of Fibonacci numbers: exp( Sum_{n>=1} A000204(n)*x^n/n ) where A000204 is the Lucas numbers.
|
|
FORMULA
|
a(n) = (1/n)*Sum_{k=1..n} sigma(n)*A000204(k)*a(n-k) for n>0, with a(0) = 1.
|
|
EXAMPLE
|
G.f.: A(x) = 1 + x + 5*x^2 + 10*x^3 + 30*x^4 + 63*x^5 + 170*x^6 + 355*x^7 +...
log(A(x)) = x + 3*3*x^2/2 + 4*4*x^3/3 + 7*7*x^4/4 + 6*11*x^5/5 + 12*18*x^6/6 +...
|
|
PROGRAM
|
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, sigma(k)*(fibonacci(k-1)+fibonacci(k+1))*x^k/k)+x*O(x^n)), n)}
|
|
CROSSREFS
|
Cf. A000203 (sigma), A000204 (Lucas), A000041 (partitions), A000045 (Fibonacci).
Sequence in context: A053818 A133629 A156302 this_sequence A048010 A002571 A077916
Adjacent sequences: A156231 A156232 A156233 this_sequence A156235 A156236 A156237
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Feb 06 2009
|
|
|
Search completed in 0.002 seconds
|