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!)
A291670 Numbers k such that 2 is the smallest decimal digit of k^4. 4
4, 5, 22, 72, 74, 128, 138, 154, 244, 256, 272, 292, 388, 404, 426, 434, 494, 506, 542, 562, 718, 756, 818, 868, 876, 1266, 1344, 1372, 1376, 1434, 1442, 1512, 1524, 1562, 1606, 1766, 1776, 2222, 2268, 2278, 2292, 2306, 2338, 2392, 2396, 2426, 2474, 2574 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
5 is in the sequence because 5^4 = 625, the smallest decimal digit of which is 2.
PROG
(PARI) select(k->vecmin(digits(k^4))==2, vector(10000, k, k))
CROSSREFS
Sequence in context: A091130 A141447 A129346 * A176957 A341586 A010302
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 May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)