login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A291628 Numbers k such that 3 is the smallest decimal digit of k^2. 7
6, 58, 62, 63, 66, 86, 94, 183, 184, 186, 187, 188, 192, 194, 213, 244, 256, 272, 294, 306, 312, 583, 586, 587, 588, 607, 608, 612, 613, 614, 616, 622, 624, 628, 663, 666, 688, 706, 734, 744, 764, 806, 812, 833, 857, 874, 876, 913, 914, 924, 942, 1833, 1834 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
58 is in the sequence because 58^2 = 3364, the smallest decimal digit of which is 3.
MATHEMATICA
Select[Range[10^4], Min[IntegerDigits[#^2]]==3 &] (* Vincenzo Librandi, Sep 10 2017 *)
PROG
(PARI) select(k->vecmin(digits(k^2))==3, vector(2000, k, k))
CROSSREFS
Sequence in context: A371033 A034218 A034237 * A197543 A184708 A004301
KEYWORD
nonn,base
AUTHOR
Colin Barker, Aug 28 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)