A383115 a(n) is the number of values m that satisfy floor(sqrt(m)) = n and A381054(m) = 1.
0, 3, 4, 2, 0, 2, 6, 8, 5, 3, 0, 3, 7, 10, 11, 9, 7, 2, 0, 2, 8, 12, 13, 15, 12, 10, 8, 3, 0, 3, 8, 11, 16, 19, 18, 16, 13, 11, 7, 3, 0, 2, 7, 11, 16, 18, 24, 22, 21, 17, 12, 12, 8, 3, 0, 3, 7, 13, 15, 18, 25, 24, 28, 22, 21, 18, 13, 11, 7, 3, 0, 3, 6, 11, 16, 20, 23, 27, 29, 30
Offset: 1
Keywords
Examples
a(1) = 0 because C(1) = 5, C(2) = 4, C(3) = 4. a(2) = 3 because C(4)..C(8) = 2,1,2,1,1 and only three arguments satisfy C(m) = 1. a(3) = 4 because C(9)..C(15) = 2,1,4,1,4,1,1 and only four arguments satisfies C(m) = 1. a(4) = 2 because C(16)..C(24) = 5,9,1,9,3,1,2,9,3 and only two arguments satisfying C(m) = 0.
Comments