A239869 Numbers k that divide A239868(k).
1, 6, 7, 9, 14, 21, 37, 69, 670, 3471, 3477, 5160, 9500, 15432, 67054, 302224, 791733, 861781, 1425779, 6242689, 71511220, 187308565, 318733908, 336841318, 343858368, 499742949, 4088136488, 4172097579, 9981207398
Offset: 1
Keywords
Examples
a(4) = 9 is in the sequence because A239868(9) / 9 = 18 / 9 = 2 is an integer.
Programs
-
Magma
[n: n in [1..10000] | u eq 0 where u is ((&+[SumOfDivisors (k) mod k: k in [1..n]]) mod n)]
Extensions
a(16)-a(29) from Giovanni Resta, Mar 29 2014
Comments