|
Search: id:A085091
|
|
|
| A085091 |
|
Denominator of Sum_{i=2..t} (d(i)/d(i-1)-1), where d(1), ..., d(t) are the divisors of n. |
|
+0 2
|
|
| 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 3, 1, 2, 3, 1, 1, 1, 1, 4, 3, 2, 1, 6, 1, 2, 1, 4, 1, 15, 1, 1, 3, 2, 5, 3, 1, 2, 3, 10, 1, 6, 1, 4, 15, 2, 1, 1, 1, 1, 3, 4, 1, 2, 5, 14, 3, 2, 1, 30, 1, 2, 21, 1, 5, 6, 1, 4, 3, 35, 1, 24, 1, 2, 3, 4, 7, 6, 1, 20, 1, 2, 1, 7, 5, 2, 3, 8, 1, 45, 7, 4, 3, 2, 5, 6, 1, 1, 9, 2, 1
(list; graph; listen)
|
|
|
OFFSET
|
1,6
|
|
|
REFERENCES
|
M. D. Vose, Integers with consecutive divisors in small ratio, J. Number Theory, 19 (1984), 233-238.
|
|
EXAMPLE
|
0, 1, 2, 2, 4, 5/2, 6, 3, 4, 7/2, 10, 10/3, 12, 9/2, 14/3, ...
|
|
MAPLE
|
with(numtheory): f := proc(n) local t1, t2, t3, i; t1 := divisors(n); t3 := convert(t1, list); t2 := 0; for i from 2 to nops(t3) do t2 := t2+(t3[i]/t3[i-1]-1); od; t2; end;
|
|
CROSSREFS
|
Cf. A085085.
Sequence in context: A066882 A068347 A025865 this_sequence A052128 A114536 A138010
Adjacent sequences: A085088 A085089 A085090 this_sequence A085092 A085093 A085094
|
|
KEYWORD
|
nonn,frac
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Aug 11 2003
|
|
|
Search completed in 0.002 seconds
|