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.

A272676 Smallest number greater than previous term such that a(n)^2 begins with n.

Original entry on oeis.org

0, 1, 5, 6, 7, 23, 25, 27, 29, 30, 32, 34, 35, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 188, 190, 193, 195, 198, 200, 203, 205, 208
Offset: 0

Views

Author

Keywords

Examples

			a(4) = 7 because 7^2 = 49 begins with 4. (Without the monotonic condition, we could have used 4 - this would give A018851.)
		

Crossrefs

Cf. A077502 (the squares), A018851, A018796.