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!)
A049305 Numbers k such that k is a substring of 7^k. 2
3, 4, 6, 8, 12, 15, 20, 40, 42, 43, 50, 53, 55, 59, 60, 61, 62, 69, 72, 73, 74, 75, 78, 79, 80, 81, 83, 86, 87, 88, 89, 93, 94, 95, 96, 97, 99, 100, 103, 111, 113, 114, 118, 164, 165, 185, 193, 200, 207, 210, 215, 220, 230, 232, 238, 241, 243, 250, 253, 254, 255 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Python)
def ok(n): return str(n) in str(7**n)
print(list(filter(ok, range(256)))) # Michael S. Branicky, Aug 13 2021
CROSSREFS
Sequence in context: A225531 A129295 A192276 * A147606 A279083 A298805
KEYWORD
nonn,base,easy
AUTHOR
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 18 09:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)