A270301 Numbers which are representable as a sum of sixteen but no fewer consecutive nonnegative integers.
136, 152, 184, 232, 248, 296, 328, 344, 376, 424, 472, 488, 536, 568, 584, 632, 664, 712, 776, 808, 824, 856, 872, 904, 1016, 1048, 1096, 1112, 1192, 1208, 1256, 1304, 1336, 1384, 1432, 1448, 1528, 1544, 1576, 1592, 1688, 1784, 1816, 1832, 1864, 1912, 1928
Offset: 1
Keywords
Examples
136 = 1 + 2 + 3 + ... + 14 + 15 + 16; 152 = 2 + 3 + 4 + ... + 15 + 16 + 17; 169 = 3 + 4 + 5 + ... + 16 + 17 + 18 = 84 + 85 (not in sequence); 184 = 4 + 5 + 6 + ... + 17 + 18 + 19.
Links
- Ray Chandler, Table of n, a(n) for n = 1..10000
Formula
A163169(a(n)) = 16. - Ray Chandler, Mar 22 2016
a(n) == 0 (mod 8). - Hugo Pfoertner, Feb 04 2021