A332435 Row sums of the irregular triangle A332434. a(n) equals the number of odd numbers <= n, of the smallest nonnegative reduced residue system modulo (2*n + 1), for n >= 1.
1, 1, 2, 1, 3, 3, 2, 4, 5, 2, 6, 5, 5, 7, 8, 4, 6, 9, 6, 10, 11, 6, 12, 10, 8, 13, 10, 8, 15, 15, 10, 12, 17, 10, 18, 18, 10, 14, 20, 13, 21, 16, 14, 22, 18, 14, 18, 24, 16, 25, 26, 12, 27, 27, 18, 28, 22, 18, 24, 27, 20, 25, 32, 20, 33, 26, 18, 34, 35, 22, 30, 28, 22, 37, 38, 24, 30, 39, 26, 32, 41, 20
Offset: 1
Examples
n = 3, b = 7, c(7) = 1, k(7) = 4, a_{up}(7) = 3 = a_{max}(7): Sigma(7) = [[1,3; 1,2]], hence a(3) = 2. n = 16, b = 33, c(33) = 2, k(33) = 5, Sigma(33) = [[1; 5], [5, 7, 13; 2, 1, 2]], a(16) = 1 + 3 = 4.
References
- Peter Hilton and Jean Pedersen, A Mathematical Tapestry: Demonstrating the Beautiful Unity of Mathematics, Cambridge University Press, 2010, (3rd printing 2012) pp. 261-281.
Comments