login
A272676
Smallest number greater than previous term such that a(n)^2 begins with n.
2
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,3
EXAMPLE
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.
Sequence in context: A048007 A273402 A217295 * A066876 A048042 A048090
KEYWORD
nonn,base
AUTHOR
STATUS
approved