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!)
A291669 Numbers k such that 1 is the smallest decimal digit of k^4. 4
1, 2, 3, 6, 9, 11, 13, 14, 17, 21, 23, 24, 27, 28, 31, 33, 34, 36, 37, 39, 41, 42, 47, 52, 58, 59, 61, 62, 63, 64, 66, 68, 69, 71, 73, 76, 82, 83, 84, 87, 89, 91, 92, 97, 98, 104, 106, 109, 112, 117, 118, 121, 122, 123, 124, 129, 131, 134, 137, 141, 144, 146 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
2 is in the sequence because 2^4 = 16, the smallest decimal digit of which is 1.
MATHEMATICA
Select[Range[200], Min[IntegerDigits[#^4]]==1&] (* Harvey P. Dale, Jun 07 2021 *)
PROG
(PARI) select(k->vecmin(digits(k^4))==1, vector(500, k, k))
CROSSREFS
Sequence in context: A189708 A127590 A118730 * A097384 A067886 A227000
KEYWORD
nonn,base
AUTHOR
Colin Barker, Aug 29 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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)