Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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