login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A123912
Numbers whose square starts with 2 identical digits.
7
15, 21, 34, 47, 58, 67, 88, 94, 105, 106, 107, 108, 109, 149, 150, 151, 182, 183, 184, 210, 211, 212, 235, 236, 257, 258, 278, 279, 297, 298, 315, 316, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 470, 471, 472, 473, 474, 475, 476
OFFSET
1,1
LINKS
EXAMPLE
15^2 = 225.
MAPLE
q:= n-> (s-> is(s[1]=s[2]))(""||(n^2)):
select(q, [$4..1000])[]; # Alois P. Heinz, Apr 22 2022
CROSSREFS
Sequence in context: A168354 A190358 A090999 * A346812 A296244 A309005
KEYWORD
base,nonn
AUTHOR
Tanya Khovanova, Oct 28 2006
STATUS
approved