|
Search: id:A066417
|
|
|
| A066417 |
|
Sum of anti-divisors of n. |
|
+0 22
|
|
| 0, 0, 2, 3, 5, 4, 10, 8, 8, 14, 12, 13, 19, 16, 18, 14, 28, 28, 18, 24, 22, 36, 34, 23, 39, 24, 42, 46, 24, 36, 42, 58, 48, 30, 52, 32, 50, 70, 52, 55, 41, 66, 56, 40, 86, 58, 60, 56, 72, 80, 42, 94, 88, 52, 74, 56, 74, 96, 90, 107, 57, 78, 112, 46, 84, 86, 132, 112, 54, 102
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
See A066272 for definition of anti-divisor.
|
|
LINKS
|
Jon Perry, Anti-divisors [Broken link]
Jon Perry, The Anti-divisor [Cached copy]
Jon Perry, The Anti-divisor: Even More Anti-Divisors [Cached copy]
|
|
EXAMPLE
|
For example, n = 18: 2n-1, 2n, 2n+1 are 35, 36, 37 with odd divisors > 1 {3,7,35}, {3,9}, {37} and quotients 7, 5, 1, 12, 4, 1, so the anti-divisors of 12 are 4, 5, 7, 12. Therefore a(18) = 28.
|
|
MATHEMATICA
|
antid[n_] := Select[ Union[ Join[ Select[ Divisors[2n - 1], OddQ[ # ] && # != 1 & ], Select[ Divisors[2n + 1], OddQ[ # ] && # != 1 & ], 2n/Select[ Divisors[ 2n], OddQ[ # ] && # != 1 &]]], # < n &]; Table[ Plus @@ antid[n], {n, 70}] (from Robert G. Wilson v Mar 15 2004)
|
|
CROSSREFS
|
Cf. A066416, A066418, A058838, A064277.
Sequence in context: A100932 A064360 A075158 this_sequence A079521 A112060 A084933
Adjacent sequences: A066414 A066415 A066416 this_sequence A066418 A066419 A066420
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jon Perry (perry(AT)globalnet.co.uk), Dec 28 2001
|
|
|
Search completed in 0.002 seconds
|