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!)
A319496 Numbers whose prime indices are distinct and pairwise indivisible and whose own prime indices are connected and span an initial interval of positive integers. 3

%I #14 Dec 16 2018 17:58:22

%S 2,3,7,13,19,37,53,61,89,91,113,131,151,223,247,251,281,299,311,359,

%T 377,427,463,503,593,611,659,689,703,719,791,827,851,863,923,953,1069,

%U 1073,1159,1163,1291,1321,1339,1363,1511,1619,1703,1733,1739,1757,1769

%N Numbers whose prime indices are distinct and pairwise indivisible and whose own prime indices are connected and span an initial interval of positive integers.

%C A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. The multiset multisystem with MM-number n is formed by taking the multiset of prime indices of each part of the multiset of prime indices of n. For example, the prime indices of 78 are {1,2,6}, so the multiset multisystem with MM-number 78 is {{},{1},{1,2}}. This sequence lists all MM-numbers of connected strict antichains of multisets spanning an initial interval of positive integers.

%e The sequence of multisystems whose MM-numbers belong to the sequence begins:

%e 2: {{}}

%e 3: {{1}}

%e 7: {{1,1}}

%e 13: {{1,2}}

%e 19: {{1,1,1}}

%e 37: {{1,1,2}}

%e 53: {{1,1,1,1}}

%e 61: {{1,2,2}}

%e 89: {{1,1,1,2}}

%e 91: {{1,1},{1,2}}

%e 113: {{1,2,3}}

%e 131: {{1,1,1,1,1}}

%e 151: {{1,1,2,2}}

%e 223: {{1,1,1,1,2}}

%e 247: {{1,2},{1,1,1}}

%e 251: {{1,2,2,2}}

%e 281: {{1,1,2,3}}

%e 299: {{1,2},{2,2}}

%t primeMS[n_]:=If[n==1,{},Flatten[Cases[FactorInteger[n],{p_,k_}:>Table[PrimePi[p],{k}]]]];

%t normQ[sys_]:=Or[Length[sys]==0,Union@@sys==Range[Max@@Max@@sys]];

%t zsm[s_]:=With[{c=Select[Tuples[Range[Length[s]],2],And[Less@@#,GCD@@s[[#]]]>1&]},If[c=={},s,zsm[Sort[Append[Delete[s,List/@c[[1]]],LCM@@s[[c[[1]]]]]]]]];

%t stableQ[u_,Q_]:=!Apply[Or,Outer[#1=!=#2&&Q[#1,#2]&,u,u,1],{0,1}];

%t Select[Range[200],And[SquareFreeQ[#],normQ[primeMS/@primeMS[#]],stableQ[primeMS[#],Divisible],Length[zsm[primeMS[#]]]==1]&]

%Y Cf. A003963, A006126, A055932, A056239, A112798, A285573, A286520, A293994, A302242, A318401, A319719, A319837, A320275, A320456, A320532.

%K nonn

%O 1,1

%A _Gus Wiseman_, Dec 16 2018

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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)