|
Search: id:A100346
|
|
|
| A100346 |
|
Number of compositions of n into divisors of n. |
|
+0 2
|
|
| 1, 2, 2, 6, 2, 25, 2, 56, 20, 129, 2, 1628, 2, 742, 450, 5272, 2, 45316, 2, 83344, 3321, 29967, 2, 5105722, 572, 200390, 26426, 5469759, 2, 154004511, 2, 47350056, 226020, 9262157, 51886, 15140335650, 2, 63346598, 2044895, 14700095926, 2
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
Coefficient of x^n in expansion of 1/(1-Sum_{d divides n} x^d ).
|
|
MAPLE
|
with(numtheory): G:=proc(n) local DV: DV:=divisors(n): 1/(1-sum(x^DV[j], j=1..tau(n))) end: seq(coeff(series(G(n), x=0, 80), x^n), n=1..44); (Deutsch)
|
|
CROSSREFS
|
Cf. A018818.
Sequence in context: A038667 A013608 A130674 this_sequence A130478 A128623 A085738
Adjacent sequences: A100343 A100344 A100345 this_sequence A100347 A100348 A100349
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Vladeta Jovovic (vladeta(AT)Eunet.yu), Dec 29 2004
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 16 2005
|
|
|
Search completed in 0.002 seconds
|