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!)
A291627 Numbers k such that 2 is the smallest decimal digit of k^2. 6
5, 15, 16, 17, 18, 23, 25, 27, 57, 65, 68, 73, 75, 77, 82, 85, 156, 157, 158, 162, 163, 164, 165, 166, 167, 168, 172, 173, 185, 193, 206, 207, 208, 215, 218, 222, 223, 232, 233, 235, 273, 275, 277, 278, 282, 287, 288, 292, 307, 315, 472, 473, 474, 475, 476 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
278 is in the sequence because 278^2 = 77284, the smallest decimal digit of which is 2.
PROG
(PARI) select(k->vecmin(digits(k^2))==2, vector(1000, k, k))
CROSSREFS
Sequence in context: A200858 A184288 A015666 * A045856 A102185 A030486
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 24 07:01 EDT 2024. Contains 371920 sequences. (Running on oeis4.)