|
| |
|
|
A001876
|
|
Number of divisors of n of form 5k+1.
|
|
1
| |
|
|
0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 1, 2, 1, 2, 1, 1, 1, 2, 2, 2, 2, 1, 1, 3, 1, 1, 1, 1, 2, 3, 1, 2, 1, 2, 1, 3, 1, 1, 2, 2, 1, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 1, 4, 1, 1, 1, 1, 2, 3, 1, 1, 1, 2, 2, 3, 1, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,7
|
|
|
FORMULA
| G.f.: Sum x^(5n+1)/(1-x^(5n+1)), n=0..inf.
G.f.: sum(n>=1, x^n/(1-x^(5*n)) ) - Joerg Arndt, Jan 30 2011
|
|
|
MATHEMATICA
| CoefficientList[ Series[ Together[ Sum[ x^n/(1 - x^(5n)), {n, 110}]], {x, 0, 110}], x] (* Robert G. Wilson, Jan 31 2011 *)
|
|
|
CROSSREFS
| For numbers of divisors of n of form 5k+i (i=1, 2, 3, 4) see: this sequence, A001877, A001878, A001899.
Cf. A001877, A001878, A001899.
Sequence in context: A133687 A097587 A001179 * A033182 A053797 A002635
Adjacent sequences: A001873 A001874 A001875 * A001877 A001878 A001879
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|