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!)
A115934 Numbers k such that k^4 contains a pandigital substring. 5
767, 1839, 1975, 2358, 2813, 3089, 3495, 3824, 4052, 5596, 5877, 6292, 6311, 6386, 6633, 6666, 6839, 6886, 7142, 7670, 8007, 8241, 9396, 9796, 10817, 10839, 11076, 11644, 14675, 15069, 15198, 15923, 16611, 16615, 16894, 17179, 17269, 17751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
6666^4 = 7197(4518637029)136.
PROG
(Python)
def haspan(s): return any(len(set(s[i:i+10]))==10 for i in range(len(s)-9))
print([m for m in range(20000) if haspan(str(m**4))]) # Michael S. Branicky, Feb 28 2021
CROSSREFS
Sequence in context: A234163 A159209 A045142 * A252072 A200856 A116301
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)