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!)
A291631 Numbers k such that 6 is the smallest decimal digit of k^2. 7
26, 83, 264, 313, 824, 836, 883, 887, 937, 3114, 8167, 8813, 8887, 8937, 9417, 9833, 25824, 26264, 29614, 29626, 89324, 89437, 93637, 94863, 98336, 260167, 262617, 314113, 817863, 817924, 818333, 818474, 823887, 828667, 835386, 875614, 931117, 936417, 937383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
9949370777987917 is the smallest number k such that the smallest decimal digit of k^2 is 7. - Chai Wah Wu, Sep 08 2017
LINKS
EXAMPLE
26 is in the sequence because 26^2 = 676, the smallest decimal digit of which is 6.
MATHEMATICA
Select[Range[10^6], Min[IntegerDigits[#^2]]==6 &] (* Vincenzo Librandi, Sep 09 2017 *)
PROG
(PARI) select(k->vecmin(digits(k^2))==6, vector(1000000, k, k))
CROSSREFS
Sequence in context: A042332 A260199 A239172 * A325819 A138081 A118543
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 August 8 12:20 EDT 2024. Contains 375021 sequences. (Running on oeis4.)