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!)
A253647 Numbers n such that n^k is zeroless for k=0,...,6. 7
1, 2, 3, 5, 6, 14, 17, 68, 76, 96, 188, 483, 518, 582, 736, 786, 1331, 1414, 3944, 4214, 6112, 6676, 8256, 8583, 8686, 9738, 15314, 15483, 33736, 44712, 48989, 61562, 71689, 78512, 93711, 121568, 187791, 239477, 292958, 315426, 545866, 763142, 792612, 1391739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Contains A124648 as a subsequence. Primes in this sequence are listed in A253646.
There are 55 terms below 10^7. Conjectured to be finite.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..191 (terms < 3.3*10^16)
MATHEMATICA
Select[Range[14*10^5], Count[Flatten[IntegerDigits/@(#^Range[ 0, 6])], 0] == 0&] (* Harvey P. Dale, Apr 29 2018 *)
PROG
(PARI) is_A253647(n, K=6)=!forstep(k=K, 1, -1, vecmin(digits(n^k))||return)
CROSSREFS
Sequence in context: A281382 A078203 A285937 * A131825 A289124 A304297
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 07 2015
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 16 01:01 EDT 2024. Contains 371696 sequences. (Running on oeis4.)