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!)
A366896 a(n) is the least positive integer not already in the sequence with the property that the concatenation a(0)a(1)...a(n) forms an integer with n distinct prime factors. 0
1, 3, 4, 2, 11, 21, 30, 216, 118, 170, 1092, 8484, 97104, 96720, 493170, 251496, 1380652, 12137510, 113661933 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
a(0) = 1 and 1 has 0 distinct prime factors.
a(1) = 3 and 13 has 1 distinct prime factor.
a(2) = 4 and 134 = 2*67 has 2 distinct prime factors.
a(3) = 2 and 1342 = 2*11*61 has 3 distinct prime factors.
a(4) = 11 and 134211 = 3*7^2*11*83 has 4 distinct prime factors.
MATHEMATICA
a[0]=1; a[n_]:=a[n]=Block[{t=1}, While[PrimeNu[FromDigits@Flatten[IntegerDigits/@Join[Array[a, n, 0], {t}]]]!=n||MemberQ[Array[a, n, 0], t], t++]; t]; Array[a, 11, 0]
CROSSREFS
Cf. A001221.
Sequence in context: A352417 A286681 A019474 * A072565 A159672 A059114
KEYWORD
nonn,base,more,changed
AUTHOR
EXTENSIONS
a(13) from Michael S. Branicky, Oct 27 2023
a(14) from Sean A. Irvine, Dec 03 2023
a(15)-a(17) from Daniel Suteu, Dec 03 2023
a(18) from Daniel Suteu, Aug 11 2024
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 August 12 04:04 EDT 2024. Contains 375085 sequences. (Running on oeis4.)