A064610 Places k where A064608(k) (partial sums of unitary tau) is divisible by k.
1, 35, 37, 1015, 27417, 27421, 27449, 27453, 19774739, 530743781, 530743799, 530743807, 530743813
Offset: 1
Examples
For n = 37, the sum A064608(37) = 1+2+2+2+2+4+2+...+4+4+4+2 = 111 = 3*37, so 37 is in the sequence.
Crossrefs
Programs
-
Mathematica
s[1] = 1; s[n_] := s[n] = s[n - 1] + 2^PrimeNu[n]; Select[Range[30000], Divisible[s[#], #] &] (* Amiram Eldar, Jun 04 2021 *)
Formula
{n: A064608(n) == 0 (mod n)}.
Extensions
a(10)-a(13) from Donovan Johnson, Jul 20 2012
Comments