cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A179594 Y-coordinate of the first n*n non-coprime block above the line x=y in the first quadrant.

Original entry on oeis.org

2, 20, 1308, 10199370, 131487690152
Offset: 1

Views

Author

Yi Yang, Jul 20 2010

Keywords

Comments

a(n) is the minimum y that satisfies x <= y and the GCD of (x,y),(x+1,y), ..., (x+n-1,y), (x,y+1),(x+1,y+1), ..., (x+n-1,y+1), ..., (x,y+n-1),(x+1,y+n-1), ..., (x+n-1,y+n-1) are all larger than 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.