A227429 Numbers k such that Sum_{j=1..k} j^phi(j) == 0 (mod k).
1, 3, 4, 12, 21, 39, 91, 156, 381, 1668, 3292, 4541, 6515, 12927, 49492, 72412, 100595, 158708
Offset: 1
Examples
4 is a member of the sequence since Sum_{j=1..4} j^phi(j) = 1^phi(1) + 2^phi(2) + 3^phi(3) + 4^phi(4) = 1^1 + 2^1 + 3^2 + 4^2 = 28 which is divisible by 4.
Programs
Extensions
a(10)-a(16) from Giovanni Resta, Jul 11 2013
a(17)-a(18) from Kevin P. Thompson, Nov 28 2021
Comments