A179594 Y-coordinate of the first n*n non-coprime block above the line x=y in the first quadrant.
2, 20, 1308, 10199370, 131487690152
Offset: 1
Examples
a(2)=20 because the GCDs of (14,20), (15,20), (14,21), (15,21) are all larger than 1, and there is no such array within x <= y < 20.
References
- Stephen Wolfram, A New Kind of Science, Wolfram Media, 2002, p. 1093.
Links
- The first 4 terms are found in Stephen Wolfram A New Kind of Science
- The 5th term has been posted on bbs.emath.ac.cn
Comments