A370590 Number of maximal subsets of {1..n} containing n such that it is possible to choose a different prime factor of each element (choosable).
0, 0, 1, 1, 1, 2, 3, 5, 2, 4, 14, 25, 13, 38, 46, 66, 28, 178, 57, 235, 106, 238, 656, 1235, 288, 445, 2192, 664, 2016, 6840, 2300, 9140, 888, 6236, 17692, 14724, 7320, 56000, 60472, 70252, 37160, 223884, 66428, 290312, 113172, 80544, 517392, 1001420, 114336
Offset: 0
Keywords
Examples
The a(0) = 0 through a(10) = 14 subsets (A = 10): . . 2 23 34 235 256 2357 3578 2579 237A 345 356 2567 5678 4579 267A 456 3457 5679 279A 3567 5789 347A 4567 357A 367A 378A 467A 479A 567A 579A 678A 679A 789A
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Range[n],{PrimePi[n]}],MemberQ[#,n]&&Length[Select[Tuples[If[#==1,{},First/@FactorInteger[#]]&/@#],UnsameQ@@#&]]>0&]],{n,0,10}]
Extensions
More terms from Jinyuan Wang, Feb 14 2025
Comments