A220100 Sum of the four nearest neighbors of n in a double spiral with positive integers and 1 at the center.
18, 27, 26, 42, 42, 34, 35, 42, 42, 74, 74, 58, 58, 66, 66, 106, 106, 82, 82, 90, 90, 98, 98, 106, 106, 154, 154, 122, 122, 130, 130, 138, 138, 146, 146, 202, 202, 162, 162, 170, 170, 178, 178, 186, 186, 194, 194, 202, 202, 266, 266, 218, 218, 226, 226, 234, 234, 242
Offset: 1
Examples
The four nearest neighbors of 8 are 3, 6, 23, 10; their sum is a(8)=42. The four nearest neighbors of 9 are 22, 11, 2, 7; their sum is a(9)=42.
Comments