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.

A010462 Squares mod 30.

Original entry on oeis.org

0, 1, 4, 6, 9, 10, 15, 16, 19, 21, 24, 25
Offset: 1

Views

Author

Keywords

Comments

Range of A070452; a(k) + a(13-k) = 25, 1 <= k <= 12. - Reinhard Zumkeller, Apr 24 2009

Examples

			3^2 = 9, so 9 is in the sequence.
10^2 and 20^2 are both congruent to 10 mod 30, so 10 is in the sequence.
There are no solutions to x^2 = 11 mod 30, so 11 is not in the sequence.
		

Crossrefs

Row 30 of A096008.
Cf. A028743.

Programs