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!)
A328513 Connected squarefree numbers. 5
1, 2, 3, 5, 7, 11, 13, 17, 19, 21, 23, 29, 31, 37, 39, 41, 43, 47, 53, 57, 59, 61, 65, 67, 71, 73, 79, 83, 87, 89, 91, 97, 101, 103, 107, 109, 111, 113, 115, 127, 129, 131, 133, 137, 139, 149, 151, 157, 159, 163, 167, 173, 179, 181, 183, 185, 191, 193, 195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
First differs from A318718 and A318719 in having 195 = prime(2) * prime(3) * prime(6).
A squarefree number with prime factorization prime(m_1) * ... * prime(m_k) is connected if the simple labeled graph with vertex set {m_1,...,m_k} and edges between any two vertices with a common divisor greater than 1 is connected. Connected numbers are listed in A305078.
LINKS
FORMULA
Intersection of A005117 and A305078.
EXAMPLE
The sequence of all connected sets of multisets together with their MM-numbers (A302242) begins:
1: {}
2: {{}}
3: {{1}}
5: {{2}}
7: {{1,1}}
11: {{3}}
13: {{1,2}}
17: {{4}}
19: {{1,1,1}}
21: {{1},{1,1}}
23: {{2,2}}
29: {{1,3}}
31: {{5}}
37: {{1,1,2}}
39: {{1},{1,2}}
41: {{6}}
43: {{1,4}}
47: {{2,3}}
53: {{1,1,1,1}}
57: {{1},{1,1,1}}
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
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]]]]]]]]];
Select[Range[100], SquareFreeQ[#]&&Length[zsm[primeMS[#]]]<=1&]
CROSSREFS
A subset of A005117.
These are Heinz numbers of the partitions counted by A304714.
The maximum connected squarefree divisor of n is A327398(n).
Sequence in context: A230606 A117289 A339817 * A318719 A106317 A246281
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 20 2019
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)