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”).

A277960
Numbers n such that 3 is the largest decimal digit of n^2.
9
111, 351, 361, 1110, 1149, 1761, 3510, 3610, 10101, 10111, 10149, 11100, 11101, 11490, 17610, 35100, 36100, 36361, 36501, 45861, 100111, 100649, 101010, 101011, 101110, 101149, 101490, 110101, 111000, 111001, 111010, 114111, 114499, 114900, 176100, 176361
OFFSET
1,1
LINKS
PROG
(PARI) L=List(); for(n=1, 10000, if(vecmax(digits(n^2))==3, listput(L, n))); Vec(L)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Colin Barker, Nov 06 2016
STATUS
approved