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!)
A115933 Numbers k such that k^3 contains a pandigital substring. 5
2326, 3909, 5196, 5402, 7061, 7616, 8402, 8496, 8499, 9048, 13565, 15194, 15298, 15841, 19304, 19429, 20516, 21669, 23260, 23572, 23875, 23936, 24299, 24772, 24952, 25182, 25281, 26139, 26499, 26602, 26818, 26832, 27287, 27433, 27757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
19429^3 = 73(3417629058)9.
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(30000) if haspan(str(m**3))]) # Michael S. Branicky, Feb 28 2021
CROSSREFS
Sequence in context: A347569 A250998 A119735 * A355420 A232107 A186058
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)