|
Search: id:A132882
|
|
|
| A132882 |
|
a(n) = the sum of the positive isolated divisors of n. |
|
+0 4
|
|
| 1, 0, 4, 4, 6, 6, 8, 12, 13, 15, 12, 18, 14, 21, 24, 28, 18, 33, 20, 30, 32, 33, 24, 50, 31, 39, 40, 53, 30, 55, 32, 60, 48, 51, 48, 81, 38, 57, 56, 78, 42, 77, 44, 81, 78, 69, 48, 114, 57, 90, 72, 95, 54, 114, 72, 102, 80, 87, 60, 147, 62, 93, 104, 124, 84, 138, 68, 123, 96
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
A divisor, d, of n is isolated if neither (d-1) nor (d+1) divides n.
The convention for 1 is that it is an isolated divisor iff n is not even. - Olivier Gerard (olivier.gerard(AT)gmail.com) Sep 22 2007.
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
FORMULA
|
a(n) = A000203(n) - A132748(n), where A000203 is sigma(n), sum of divisors of n.
|
|
EXAMPLE
|
The positive divisors of 56 are: 1,2,4,7,8,14,28,56. Of these, 1 and 2 are adjacent and 7 and 8 are adjacent. The isolated divisors are therefore 4,14, 28,56. So a(56) = 4 +14 +28 +56 = 102.
|
|
MATHEMATICA
|
Table[Plus@@Select[Divisors[n], (#==1||Mod[n, #-1]>0)&&Mod[n, #+1]>0&], {n, 1, 200}] - Olivier Gerard (olivier.gerard(AT)gmail.com) Sep 22 2007.
|
|
CROSSREFS
|
Cf. A132881, A132748.
Sequence in context: A049751 A163638 A113523 this_sequence A065677 A006672 A107287
Adjacent sequences: A132879 A132880 A132881 this_sequence A132883 A132884 A132885
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Sep 03 2007
|
|
EXTENSIONS
|
More terms from Olivier Gerard (olivier.gerard(AT)gmail.com) Sep 22 2007.
|
|
|
Search completed in 0.002 seconds
|