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!)
A371294 Numbers whose binary indices are connected and pairwise indivisible, where two numbers are connected iff they have a common factor. A hybrid ranking sequence for connected antichains of multisets. 8
1, 2, 4, 8, 16, 32, 40, 64, 128, 160, 256, 288, 296, 416, 512, 520, 544, 552, 640, 672, 800, 808, 928, 1024, 2048, 2176, 2304, 2432, 2560, 2688, 2816, 2944, 4096, 8192, 8200, 8224, 8232, 8320, 8352, 8480, 8488, 8608, 8704, 8712, 8736, 8744, 8832, 8864, 8992 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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.
A binary index of n is any position of a 1 in its reversed binary expansion. The binary indices of n are row n of A048793.
LINKS
FORMULA
Intersection of A087086 and A371291.
EXAMPLE
The terms together with their prime indices of binary indices begin:
1: {{}}
2: {{1}}
4: {{2}}
8: {{1,1}}
16: {{3}}
32: {{1,2}}
40: {{1,1},{1,2}}
64: {{4}}
128: {{1,1,1}}
160: {{1,2},{1,1,1}}
256: {{2,2}}
288: {{1,2},{2,2}}
296: {{1,1},{1,2},{2,2}}
416: {{1,2},{1,1,1},{2,2}}
512: {{1,3}}
520: {{1,1},{1,3}}
544: {{1,2},{1,3}}
552: {{1,1},{1,2},{1,3}}
640: {{1,1,1},{1,3}}
672: {{1,2},{1,1,1},{1,3}}
800: {{1,2},{2,2},{1,3}}
808: {{1,1},{1,2},{2,2},{1,3}}
928: {{1,2},{1,1,1},{2,2},{1,3}}
MATHEMATICA
stableQ[u_, Q_]:=!Apply[Or, Outer[#1=!=#2&&Q[#1, #2]&, u, u, 1], {0, 1}];
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n, 2]], 1];
prix[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
Select[Range[1000], stableQ[bpe[#], Divisible]&&connectedQ[prix/@bpe[#]]&]
CROSSREFS
Connected case of A087086, relatively prime A328671.
For binary indices of binary indices we have A326750, non-primitive A326749.
For prime indices of prime indices we have A329559, non-primitive A305078.
Primitive case of A371291 = positions of ones in A371452.
For binary indices of prime indices we have A371445, non-primitive A325118.
A001187 counts connected graphs.
A007718 counts non-isomorphic connected multiset partitions.
A048143 counts connected antichains of sets.
A048793 lists binary indices, A000120 length, A272020 reverse, A029931 sum.
A070939 gives length of binary expansion.
A096111 gives product of binary indices.
A326964 counts connected set-systems, covering A323818.
Sequence in context: A356382 A051505 A353720 * A133408 A335019 A337719
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 28 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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)