The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A352584 Numbers k whose decimal representation contains all distinct prime factors of k as substrings. 1
2, 3, 5, 7, 11, 13, 17, 19, 23, 25, 29, 31, 32, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 125, 127, 128, 131, 135, 137, 139, 149, 151, 157, 163, 167, 173, 175, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 243, 250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All primes (A000040) and powers of 5 (A000351 without 1) are terms.
LINKS
MATHEMATICA
str[n_]:=ToString/@First/@FactorInteger[n];
fQ[n_]:=Union[Table[StringContainsQ[ToString[n], str[n][[i]]], {i, Length[str[n]]}]]=={True}; Select[Range[2, 1000], fQ]
dpfQ[n_]:=Union[SequenceCount[IntegerDigits[n], IntegerDigits[#]]&/@(FactorInteger[n][[;; , 1]])] == {1}; Select[Range[2, 300], dpfQ] (* Harvey P. Dale, May 30 2023 *)
CROSSREFS
Cf. A000040, A000351, A239058 (divisor substrings).
Sequence in context: A329147 A048380 A048382 * A038179 A192489 A161578
KEYWORD
nonn,base
AUTHOR
Ivan N. Ianakiev, Mar 21 2022
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 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)