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!)
A326180 Number of maximal subsets of {1..n} containing n whose product is divisible by their sum. 5
0, 1, 1, 1, 1, 1, 3, 1, 1, 1, 11, 1, 16, 1, 1, 1, 27, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(A060462(n)) = 1.
EXAMPLE
The a(6) = 3, a(10) = 11, and a(12) = 16 subsets:
{1,3,5,6} {1,2,4,5,6,7,10} {1,2,3,4,5,6,7,8,12}
{1,2,3,4,6} {1,2,3,4,5,7,8,10} {1,3,4,5,6,7,8,10,12}
{2,3,4,5,6} {1,2,3,4,6,7,9,10} {1,3,4,6,7,8,9,10,12}
{1,2,3,5,6,7,8,10} {1,3,4,5,6,8,10,11,12}
{1,2,3,5,7,8,9,10} {1,2,3,4,5,6,8,9,10,12}
{1,2,5,6,7,8,9,10} {1,2,3,4,6,7,8,9,11,12}
{1,3,4,5,6,7,9,10} {1,2,3,5,6,7,8,9,10,12}
{1,3,4,6,7,8,9,10} {1,2,3,5,6,7,8,9,11,12}
{1,4,5,6,7,8,9,10} {1,3,4,5,6,7,8,9,11,12}
{1,2,3,4,5,6,8,9,10} {1,2,3,4,6,7,8,10,11,12}
{2,3,4,5,6,7,8,9,10} {1,2,3,4,6,8,9,10,11,12}
{1,3,5,6,7,8,9,10,11,12}
{1,2,3,4,5,6,7,9,10,11,12}
{1,2,3,4,5,7,8,9,10,11,12}
{1,2,4,5,6,7,8,9,10,11,12}
{2,3,4,5,6,7,8,9,10,11,12}
MATHEMATICA
fasmax[y_]:=Complement[y, Union@@(Most[Subsets[#]]&/@y)];
Table[Length[fasmax[Select[Subsets[Range[n], {1, n}], MemberQ[#, n]&&Divisible[Times@@#, Plus@@#]&]]], {n, 0, 10}]
CROSSREFS
Sequence in context: A185620 A096066 A294746 * A064085 A256692 A228637
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jun 13 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)