Sequencer | StrangerCoug's turn

For completed/abandoned Mish Mash Games.
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #981 (isolation #400) » Fri Aug 14, 2020 11:23 pm

Post by Plotinus »

Too many subparts, any sequence of numbers can be made into a bingo by adding arbitrary restrictions until it applies to less than half the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #986 (isolation #401) » Mon Aug 17, 2020 8:10 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
Chord: StrangerCoug, D3f3nd3r: 0 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
It is
StrangerCoug
's turn.

Code: Select all

In [149]: rule = [1, 3, 6, 8, 13, 20, 26]
In [150]: len([n for n in range(1,101) if sum([int(m) for m in str(n)]) in rule])                                                                 
Out[150]: 29


This applies to 29/100 cards so it looks like a valid bingo to me. And a pretty cool one at that. The numbers below 101 that it applies to are [1, 3, 6, 8, 10, 12, 15, 17, 21, 24, 26, 30, 33, 35, 42, 44, 49, 51, 53, 58, 60, 62, 67, 71, 76, 80, 85, 94, 100]


It turns out that I don't have the time or energy to do this kind of evaluation multiple times per turn, so from now on, when you submit a bingo you should prove that it meets the "applies to less than half the numbers under 100" requirement on your own.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #997 (isolation #402) » Wed Aug 19, 2020 4:07 am

Post by Plotinus »

If we phrase 993 as "numbers that are odd mod 5" then it looks fine to me. I think we've settled on a soft limit of 2 filters*: odd(mod5(n)) is okay. "one or three" is two things but "odd" is only one thing, and they are equivalent in mod 5.

We allowed "within 2 of a perfect square" in a previous game, and I'd allow it again. Within 8 feels a little less on the nose -- 56 doesn't feel like almost 43 to me -- but it does apply to less than half the deck so I guess that'd be okay too.

I don't necessarily object to helping people who aren't your teammates if everyone else is okay with it.

* if someone shows me something that needs 3 filters yet still feels like a single coherent thing that doesn't feel overengineered then I might change my mind, but I think the chances of this are low
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1000 (isolation #403) » Wed Aug 19, 2020 5:55 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
It is
ErrantParabola
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1003 (isolation #404) » Fri Aug 21, 2020 2:38 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
It is
Nancy Drew 39
's turn.

That's clever, Errant, I like this sequence. Is Sirius's summary right? Are only numbers <= 88 allowed?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1006 (isolation #405) » Sat Aug 22, 2020 4:06 am

Post by Plotinus »

prodded nancy
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1008 (isolation #406) » Sat Aug 22, 2020 6:06 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20 and 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
It is
D3f3nder
's turn.

Your sequence is fine, Nancy.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1011 (isolation #407) » Sun Aug 23, 2020 6:51 am

Post by Plotinus »

prodded d3f3nd3r
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1013 (isolation #408) » Sun Aug 23, 2020 5:15 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20 and 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
  • [18, 29, 37, 82] Numbers whose digit sum is between 9 and 11 inclusive
It is
vincentw
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1014 (isolation #409) » Mon Aug 24, 2020 8:34 am

Post by Plotinus »

prodded vincent
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1016 (isolation #410) » Mon Aug 24, 2020 6:46 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20 and 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
  • [18, 29, 37, 82] Numbers whose digit sum is between 9 and 11 inclusive
It is
Sirius9121
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1018 (isolation #411) » Tue Aug 25, 2020 6:01 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
  • [18, 29, 37, 82] Numbers whose digit sum is between 9 and 11 inclusive
It is
StrangerCoug
's turn.

edit: i accidentally edited this post instead of quoting it to post the next one, but now i've edited it back to what it was.
Last edited by Plotinus on Wed Aug 26, 2020 3:20 am, edited 2 times in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1020 (isolation #412) » Wed Aug 26, 2020 3:20 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5


Haversine: vincentw, ErrantParabola: 15 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
  • [18, 29, 37, 82] Numbers whose digit sum is between 9 and 11 inclusive
  • [11, 32, 34] Numbers whose digit sum is prime
It is
ErrantParabola
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1022 (isolation #413) » Wed Aug 26, 2020 4:34 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive


Haversine: vincentw, ErrantParabola: 22 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
Chord: StrangerCoug, D3f3nd3r: 14 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [10, 20, 200] Numbers with only one nonzero digit
  • [11, 32, 34] Numbers whose digit sum is prime
It is
Nancy Drew 39
's turn.
Errantparabola wrote:
can I complete numbers whose digit sum is between 9 and 11 inclusive with 243, 81, and 55
?
yep, and now you have 7 more points
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1029 (isolation #414) » Thu Aug 27, 2020 6:58 am

Post by Plotinus »

Haversine has half as many points as Exsecant so Exsecant shouldn't be as worried as they seem to be.

Nancy Drew has requested an extra day for personal reasons -- she can have an extra day if she submits her own sequence, but the deadline is 2 days after (a bit less than a day from now) if someone else does.

We can require that incompleteable sequences be resubmitted if we catch them in time, if we don't catch them in time then the cards are just wasted. When crafting the rules, I assumed this would only happen by accident because it doesn't seem like a very good strategy.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1031 (isolation #415) » Fri Aug 28, 2020 6:11 pm

Post by Plotinus »

Since only 6 numbers match that sequence in the deck, it's not valid.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1037 (isolation #416) » Sat Aug 29, 2020 2:45 am

Post by Plotinus »

The > 50% rule only applies to bingos because bingos are supposed to be rare. To start a sequence, they just have to have something in common with each other without repeats or excluding numbers from a sequence they naturally belong to.

Multiple of two or seven: 2, 14, 64, 35, 144, 56 (6 numbers, but you don't have to play all of them right now, to reduce the chances it'll be completed before it gets back to you)

You could also do one of:
multiple of 2: 2, 14, 64, 144, 56, (5 numbers, or fewer if you don't want to spend them all)
multiple of 7: 14, 35, 56, (3 numbers)

Or something else.

These are all legal moves
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1040 (isolation #417) » Sat Aug 29, 2020 6:46 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit


Haversine: vincentw, ErrantParabola: 22 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [9, 27, 35, 36] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
Nancy Drew 39 wrote:
Is it to late to change it to the latter?:

multiple of 7: 14, 35, 56 (3 numbers)
FINAL ANSWER
I'm accepting this because it's a component of the sequence you thought of for yourself and submitted before the deadline. Good job, Nancy, you're getting the hang of this!

Chord gets 8 points for completing that sequence.

It is
vincentw
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1042 (isolation #418) » Sun Aug 30, 2020 2:27 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)


Haversine: vincentw, ErrantParabola: 29 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 44 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
Haversine gains 7 points.

It is
Sirius9121
's turn.

Siriuis has submitted his turn by PM

[34, 400, 9, 15, 27, 87, 53] as x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'

There are exactly 50 such numbers in between 1 and 100 inclusive. Complaints? Quibbles?
Last edited by Plotinus on Sun Aug 30, 2020 4:29 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1044 (isolation #419) » Sun Aug 30, 2020 3:07 am

Post by Plotinus »

I think I am too. He included this screenshot, and clarified that it means that x2 starts with 1, 2, 7, or 8

Image

As for the rest though, I think it means:

There is only one seven digit number that is palindromic in base 1 and it's palindromic in base 2 as well 11111111 = 1012 = 710
Numbers that are palindromic in base 2: 10000012 = 21023, 10010012 = 22013 , 10101012 = 100113, 10111012 = 101103, 11000112 = 102003, 11101112 = 111023, 11111112 = 112013, so there are no such numbers that are also palindromic in base 3.

If I look up this sequence in the OEIS, I find https://oeis.org/A308918, which is worded exactly as Sirius worded it. It looks like the sequence is increasing, but do we know that it will always increase, that we'll never find a large base that has only a small number that fits this pattern?

Also, if your meta algorithm is to look up four single-digit numbers in the OEIS then this algorithm generates a bingo 100% of the time, which is 63/64 too many.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1049 (isolation #420) » Sun Aug 30, 2020 10:50 pm

Post by Plotinus »

That makes sense
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1052 (isolation #421) » Mon Aug 31, 2020 8:22 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'


Haversine: vincentw, ErrantParabola: 29 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 54 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
Exsecant gets 10 points. It is StrangerCoug's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1062 (isolation #422) » Mon Aug 31, 2020 6:31 pm

Post by Plotinus »

63 isn't squarefree, it has a 9 in it. do you want to just do [5, 17, 70] or something else?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1065 (isolation #423) » Thu Sep 03, 2020 8:16 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'


Haversine: vincentw, ErrantParabola: 29 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 54 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
  • [5, 17, 70] squarefree
It is
ErrantParabola
's turn.

oh sorry, thanks for the reminder.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1066 (isolation #424) » Sat Sep 05, 2020 7:45 am

Post by Plotinus »

prodding errant
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1068 (isolation #425) » Sat Sep 05, 2020 8:38 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'


Haversine: vincentw, ErrantParabola: 29 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 54 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
  • [5, 17, 70] squarefree
It is
Nancy Drew 39
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1071 (isolation #426) » Sun Sep 06, 2020 7:04 am

Post by Plotinus »

Yeah, you can do it, Nancy!
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1075 (isolation #427) » Sun Sep 06, 2020 7:34 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'


Haversine: vincentw, ErrantParabola: 29 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 54 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
  • [5, 17, 70] squarefree
It is
D3f3nd3r
's turn.

It's great, good job Nancy!
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1080 (isolation #428) » Mon Sep 07, 2020 6:17 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers


Haversine: vincentw, ErrantParabola: 43 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 54 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [11, 32, 34] Numbers whose digit sum is prime
  • [5, 17, 70] squarefree
  • [13, 16, 343] numbers containing a double letter when written out
It is
Sirius9121
's turn.

Haversine gains 14 points.
Sirius9121 wrote:Isn't this 5-smooth numbers w/ 7?
No, it's the 7-smooth numbers.

pedit: it's Sirius' turn, you can play that when it's your turn, nancy if you want to.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1082 (isolation #429) » Mon Sep 07, 2020 6:19 pm

Post by Plotinus »

I hadn't updated the topic title after her turn so it's understandable that she got confused.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1084 (isolation #430) » Mon Sep 07, 2020 6:22 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime


Haversine: vincentw, ErrantParabola: 43 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 62 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [5, 17, 70] squarefree
  • [13, 16, 343] numbers containing a double letter when written out
It is
StrangerCoug
's turn. Exsecant gains 8 points
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1087 (isolation #431) » Mon Sep 07, 2020 7:01 pm

Post by Plotinus »

They need to finish 3 sequences (or 1 bingo and 1 sequence) to overtake you
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1089 (isolation #432) » Mon Sep 07, 2020 7:42 pm

Post by Plotinus »

Your handicap goes away if your team falls into second place.

Next game, bingos will be worth 8 points each and we won't do handicaps. I think this will make the game be less stressful for everyone.

Ideally, the scores should be neck and neck for most of the game -- players get discouraged if they fall so far behind that they have no chance of winning, and players also lose interest if they get so far ahead that they can win even if they just phone it in.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1090 (isolation #433) » Mon Sep 07, 2020 7:53 pm

Post by Plotinus »

I went back through the game, and if we were playing with "bingos are worth 8 points each for everybody", the scores would be

haversine: 37
exsecant: 48
chord: 16

we could switch to that scoring mechanism retroactively if all 6 players agree but if anyone disagrees then we can keep on as we are. (also feel free to check my math that i didnt do any miscounting)
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1098 (isolation #434) » Wed Sep 09, 2020 2:03 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime


Haversine: vincentw, ErrantParabola: 43 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 62 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [5, 17, 70] squarefree
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It is
ErrantParabola
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1099 (isolation #435) » Thu Sep 10, 2020 7:38 am

Post by Plotinus »

prodding errant
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1100 (isolation #436) » Fri Sep 11, 2020 2:33 am

Post by Plotinus »

Playing Errant's leftmost card to the topmost sequence it fits: 49 to square numbers

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime


Haversine: vincentw, ErrantParabola: 43 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36, 49] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 62 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [5, 17, 70] squarefree
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It is
Nancy Drew 39
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1102 (isolation #437) » Fri Sep 11, 2020 7:28 am

Post by Plotinus »

It's all right. Feel better soon <3
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1104 (isolation #438) » Fri Sep 11, 2020 6:22 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime


Haversine: vincentw, ErrantParabola: 43 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36, 49] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 62 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [2, 64, 50, 6, 84] {
    2n
    } multiples of 2
Chord: StrangerCoug, D3f3nd3r: 22 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [5, 17, 70] squarefree
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It is
D3f3nd3r's
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1105 (isolation #439) » Sat Sep 12, 2020 5:30 pm

Post by Plotinus »

prodding d3f3nd3r
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1109 (isolation #440) » Sun Sep 13, 2020 2:29 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [841, 576, 36, 49] {
    n2
    }square numbers
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 29 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Chord gains 7 points. Haversine gains 7 points. Exsecant gains 10 points. It is
StrangerCoug's
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1111 (isolation #441) » Sun Sep 13, 2020 2:41 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 37 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Chord gains 8 points.
ErrantParabola's
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1114 (isolation #442) » Mon Sep 14, 2020 2:38 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 37 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Nancy Drew 39's
's turn.
Last edited by Plotinus on Mon Sep 14, 2020 3:02 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1116 (isolation #443) » Mon Sep 14, 2020 3:02 am

Post by Plotinus »

Fixed
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1130 (isolation #444) » Tue Sep 15, 2020 8:22 pm

Post by Plotinus »

Suppose my hand is 101, 102, 103, 104, 105, 106, 107 and I look at the sequence you have put, and I want to know if any of my cards fit your sequence. What should I ask myself about my cards?

Like if I want to know if my cards fit Errant's 2024 sequence, I can look at a calendar and check what day of the week the 100th day of the year falls on. The question is "Is the 101st day of the year a Saturday or Sunday?" Or if I want to know if they fit the divisible by 7 sequence, then the question I ask is "Is 105 divisible by 7?" For each sequence, there is one thing I can ask myself about each of my cards to see if they fit it or not.

For 2, 29, 32, 1, it's true that 2 + 29 = 32 - 1 but what is the rule that I could look at each of my cards and say "oh this is true of x so it fits" or "this is not true of y so it does not fit?"


It looks like you're thinking about the sums of digits, that's a good step. You can sum the digits of each of the numbers in your hand and see if there's anything special about the resulting digit sums. If I did that with my fictious hand I would get 2, 3, 4, 5, 6, 7, 8 and then I see I could make a "digit sums are even" sequence or "a digit sums are odd sequence" or a "digit sums are prime sequence" or a "digit sums are composite sequence"
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1131 (isolation #445) » Tue Sep 15, 2020 8:24 pm

Post by Plotinus »

Actually, I couldn't do "digit sum is prime" because that one was already done by someone this game. But I could do "digit sum is a power of two" with my fictious hand.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1132 (isolation #446) » Wed Sep 16, 2020 8:08 am

Post by Plotinus »

Nancy Drew 39 has run out of time, so she plays her leftmost card to the topmost sequence it fits into, starting with her team's sequences. This card is a 2 and it fits into the single digit numbers sequence.

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 37 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
D3f3nd3r's
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1139 (isolation #447) » Wed Sep 16, 2020 6:12 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 51 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Chord gains 14 points. It's
vincentw's
's turn.

Sirius, it's rude to insult people. Please stop.
Last edited by Plotinus on Thu Sep 17, 2020 2:51 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1141 (isolation #448) » Thu Sep 17, 2020 2:50 am

Post by Plotinus »

thank you
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1143 (isolation #449) » Thu Sep 17, 2020 7:18 am

Post by Plotinus »

Sirius has submitted his turn by PM
the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
equalivent to 'starts with 0,1,3,4'
I think this is okay -- the "starts with 0" part can be ignored, since no integers start with 0 and all of his numbers start with one of {1, 3, 4}. Wikipedia takes me to a disambiguation page with other possible meanings of binomial but I'm pretty sure binomial refers to the the n choose k thing, so the first number in the sequence is 1 choose 0 = 1, the second is 2 choose 0 = 1, the third is 3 choose 1 = 3, the fourth is 4 choose 1 = 4, the fifth is 5 choose 2 = 10 and then they get larger from there. I'll let people weigh in until I wake up tomorrow.

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 72 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 51 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It's
Sirus's
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1149 (isolation #450) » Thu Sep 17, 2020 7:47 pm

Post by Plotinus »

I do think you can tie any four numbers to each other. What percent of hands will have at most four different digits in any of the places?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1155 (isolation #451) » Fri Sep 18, 2020 6:08 pm

Post by Plotinus »

Which is more than the 1/64th of hands.

My attempt at calculating it: 210 is 10 choose 4, the number of ways of choosing which 4 digits, and the rest is choosing 7 cards out of 100 that have one of those 4 numbers in that place. And then doubling it because it's the same calculation whether we get only 4 digits in the tens place or only 4 digits in the ones place -- the bingo seeker will choose tens place or ones place based on the hand they've drawn

In [223]: 210*40*39*38*37*36*35*34/100/99/98/97/96/95/94*2
Out[223]: 0.48916229635685654

or 48.9% of hands will have either at most of 4 of the same digit in at least one of the tens place or the ones place.

The true number is going to be a little higher because there's also "starts with" which means there'll be 11 numbers that start with each of the four digits, not ten.

It's true that there's an extra step here of finding something that fits those [up to four] digits that doesn't fit the other numbers below ten, but the required 1/64 is 0.015625, about 1.5%. If 95% of possible combinations of 4 numbers are hard to find a sequence for, then that's still okay, but I think a lot of them are quite trivial. For example about a quarter of them should fit a "x mod 3" pattern (3 choose 1) × 34/1000 -- chosen with replacement because it's possible to draw cards such that all of them start with the same number)

On the other hand, Sirius hasn't been doing "x mod 3" for the second half, he's doing something with binomials this time, it's clear that he's put work and thought into it.



Next game with the different scoring rules it won't matter so much because getting a bingo won't always be the move that give the most points, so we won't have to think so hard about whether each individual bingo is rare enough to be worth it. This game, I'm thinking that since we have accepted digit stuff before, Sirius could have reasonably expected this sequence to be fine, so if we want to disallow digit stuff for bingos it might be best to do it starting after this turn, especially since his turn is almost up.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1157 (isolation #452) » Sat Sep 19, 2020 5:48 pm

Post by Plotinus »

I guess we should vote on it.

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 82 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 51 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Exsecant gains 10 points. It's
StrangerCoug
's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1166 (isolation #453) » Sun Sep 20, 2020 8:11 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
  • [8, 18, 44, 1, 324] digit sum is a perfect power (k^n with n > 1, k and n are integers)
Exsecant: Sirius9121, Nancy Drew 39: 82 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
Chord: StrangerCoug, D3f3nd3r: 51 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
12 = 1 so that's fine, Errant. It's
Nancy Drew 39
's turn. There are 48 cards left in the deck.

I also feel like the bingo thing has broken the game in a bad way. I've been trying to find ways to unbreak it but it's been pretty unfun. I want to keep it as fun for all of you guys as we can. I think 8 point bingos for next game will fix a lot of the problem.

I thought "the consequence of posting your hand is that the other teams can see your cards" would be enough of a deterrent most of the time -- and when we nerf bingos it will be?

Maybe the rule can be "first time players may (but don't have to) post their very first hand if they need help for their turn but after that no more posting hands"?

votes to not allow "nth digit is / starts with / ends with" in bingos: strangercoug, presumably d3f3nd3r and vincent?

I apparently didn't send vincentw a new hand earlier so i'm doing that now

edit: actually added Errant's moved to the board this time.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1173 (isolation #454) » Mon Sep 21, 2020 5:58 pm

Post by Plotinus »

prodding Nancy Drew 39
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1175 (isolation #455) » Mon Sep 21, 2020 6:24 pm

Post by Plotinus »

In post 1161, Errantparabola wrote:and for expediency's sake, if you accept that I will add to that as my turn (the numbers being 1 and 324)
This was the last move made, and it was made 38 hours ago, on Sun, 2020.09.20 17:02:05 (Europe time), so I should have prodded you yesterday afternoon (24 hours after Errant made her move), but because I was late to prod you, you can have until (expired on 2020-09-23 07:00:00).
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1176 (isolation #456) » Mon Sep 21, 2020 6:28 pm

Post by Plotinus »

Do players dislike the "your timer starts as soon as the last person goes" rule? Would players prefer it to instead start when I update the game?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1181 (isolation #457) » Tue Sep 22, 2020 5:11 am

Post by Plotinus »

The way I see it is that you usually have about a few days to think of something from the time to get your cards to the time it's your turn and then you get two days after that, so it's basically a week the way things are right now.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1185 (isolation #458) » Tue Sep 22, 2020 5:45 pm

Post by Plotinus »

I agree, that's a reasonable accommodation for players with disabilities. Thanks for speaking up, Nancy. Your turn can start when I update the thread and I'll prod you even if it looks like you're actively posting.


About allowing a combination of numbers to add up to or subtract to 13 or 31 -- until now the rules for sequences have had to apply to each number individually, but this one is well defined enough that I think it could work if we limit it to addition and subtraction and no more than two separate cards per combination? It does pass the test of "can i figure out which of the cards in my hand is allowed?" What do you guys think.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1189 (isolation #459) » Wed Sep 23, 2020 6:52 pm

Post by Plotinus »

I PMed Nancy to ask her to clarify, since it's her rule.

In favour of yes: sequences are many-to-many relationship -- if the rule is "divisible by 7" then all the numbers have divisibility-by-sevenness in common with each other, so if we allow combinations between two numbers then it shouldn't matter whether the numbers are played at the same time or at diferent times.

In favour of no: without looking at anybody's hands, whoever goes next is probably going to be able to complete this sequence, and it's in the best interests of the team that played the sequence for the rule to be interpreted as narrowly as possible, requiring players to play the two cards that are being combined at the same time.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1190 (isolation #460) » Wed Sep 23, 2020 7:02 pm

Post by Plotinus »

If we don't hear from Nancy by (expired on 2020-09-24 14:53:55), then the rule will be interpreted as "The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played together can be added to or subtracted from each other to achieve 13 or 31." I think this is closest to the spirit of what Nancy was trying to say without making the sequence be "whoever goes next gets 11 points".


I think allowing combinations like this doesn't break the game too much because it's never going to come up in a bingo (applies to too much of the deck), so it doesn't put the team that creates the sequence at an unfair point advantage.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1194 (isolation #461) » Thu Sep 24, 2020 4:08 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'


Haversine: vincentw, ErrantParabola: 50 points
  • [9, 73, 90, 7] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
  • [8, 18, 44, 1, 324] digit sum is a perfect power (k^n with n > 1, k and n are integers)
Exsecant: Sirius9121, Nancy Drew 39: 82 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 51 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It's
D3f3nd3r
's turn. There are 44 cards left in the deck.
D3f3nd3r wrote:
In post 1187, D3f3nd3r wrote:Would I be allowed to do things with other numbers in the sequence too (ie. with 58 already played, could I hypothetically play 45 because 58 - 45 = 13)?
No, I think that'll make it too easy to complete, since it's already almost four fours. So it'll have to be two numbers you're playing at the same time. If you have a 45 and a 32 you could play 45-32 = 13, or if you have a 45 and a 22 then you could do 4 + 5 + 2 + 2 = 13, or 45 and 77 (45 - 7 - 7 = 31) but you have to play them both at once.
Last edited by Plotinus on Thu Sep 24, 2020 9:09 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1196 (isolation #462) » Thu Sep 24, 2020 6:54 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name


Haversine: vincentw, ErrantParabola: 50 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
  • [8, 18, 44, 1, 324] digit sum is a perfect power (k^n with n > 1, k and n are integers)
Exsecant: Sirius9121, Nancy Drew 39: 82 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Chord gains 7 points. It's
vincentw
's turn. There are 41 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1198 (isolation #463) » Thu Sep 24, 2020 9:08 am

Post by Plotinus »

Because I forgot to update it update it when Nancy went. I'll edit the previous one
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1200 (isolation #464) » Fri Sep 25, 2020 6:47 am

Post by Plotinus »

prodding vincent
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1202 (isolation #465) » Fri Sep 25, 2020 7:34 am

Post by Plotinus »

Sirius has submitted his turn by PM
the digit sum of the digit sum of y = k, k and k+1 are both squarefree
equalivent = digit sum of digit sum of y =1,2,5,6
Pretty sure that in the confines of our deck this is equivalent to n = (1, 2, 5, or 6) (mod 9), so it seems to meet all the rules. I was confused about whether 1, being a perfect square, is squarefree, but wikipedia says it is, because all numbers are divisible by 1, so it can't count.

Any complaints? I'll update the game tomorrow morning if not.

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)


Haversine: vincentw, ErrantParabola: 58 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 82 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Haversine gains 8 points. It's
Sirius9121
's turn. There are 38 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1206 (isolation #466) » Fri Sep 25, 2020 7:30 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree


Haversine: vincentw, ErrantParabola: 58 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Exsecant gains 10 points. It's
StrangerCoug
's turn. There are 31 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1208 (isolation #467) » Sat Sep 26, 2020 7:50 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree


Haversine: vincentw, ErrantParabola: 58 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [10, 30, 35, 220] multiples of 5
It's
ErrantParabola
's turn. There are 27 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1212 (isolation #468) » Sun Sep 27, 2020 5:28 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5


Haversine: vincentw, ErrantParabola: 65 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Haversine gains 7 points. It's
Nancy Drew 39
's turn. There are 24 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1216 (isolation #469) » Sun Sep 27, 2020 6:12 pm

Post by Plotinus »

D3f3nd3r has submitted his turn by PM
D3f3nd3r wrote:“The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16 (ie. the number is equivalent to 0, 1, 2, 4, or 6 in mod 11)”?

The only two characters that that applies to are X and O, by the way.
It looks okay to me because it clearly applies to less than half the deck and for the meta rule part, most of the tiny variations you could make to this wouldn't generate bingos. For example, if you changed it to exactly 15 then there are too many words with an E, N, W (anything but 4 or 6) so that wouldn't be an eligible bingo, so this algorithm produces rarer bingos than the explicitly allowed "x mod y" bingo seeking algorithm.

Any objections? I'll update the game this evening, if not.

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5


Haversine: vincentw, ErrantParabola: 65 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [1, 26, 29 729] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
Chord: StrangerCoug, D3f3nd3r: 58 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
It's
D3f3nd3r
's turn. There are 20 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1218 (isolation #470) » Mon Sep 28, 2020 7:34 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16


Haversine: vincentw, ErrantParabola: 65 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [1, 26, 29 729] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Chord gains 14 points. It's
vincentw
's turn. There are 13 cards left in the deck.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1222 (isolation #471) » Tue Sep 29, 2020 8:19 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9


Haversine: vincentw, ErrantParabola: 72 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Haversine gains 7 points. It's
Sirius9121
's turn. There are 10 cards left in the deck.

Combining three cards together would be too permissive I think.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1225 (isolation #472) » Tue Sep 29, 2020 11:18 pm

Post by Plotinus »

My understanding of the doubleletter sequence is that the letter is repeated immediately: thirt
ee
n, sixt
een
, thr
ee
hundred forty thr
ee
, but D3f3nd3r can clarify what they meant
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1232 (isolation #473) » Wed Sep 30, 2020 7:03 am

Post by Plotinus »

Sirius, I think that when you vowed to make the game unfun by bingoing every turn, you upset the other players, who were hoping that whether or not they won, they would have a good time. It is possible to have fun even when you are losing, but it requires the players to collaborate together to maintain the spirit of fun. It is especially important to be considerate of the spirit of fun when you're in the lead.

Part of that is being gracious when winning. if you have more points than everyone else, it's antifun to act like it's the end of the world whenever someone else gains points.

Part of that is being encouraging of people who are exploring new ideas, but not rushing in to do it for them. When you were learning math, if someone had said "oh don't bother learning to add, I'll just add them for you, I can do it quicker and I won't make any mistakes." and then a bit later "Don't bother trying to figuring out the proof for yourself I'll just tell you how Gauss did it," then you would never have learnt to do math or to love math. You learn math by doing math, by pausing and pondering and wrestling with the problem. It's not a spectator sport. Telling someone to post their cards is like saying a combination of "I don't think you'll ever be able to contribute anything of value on your own," and "I care more about points than I care about someone learning that they can do math after all."

Upsetting the other players has some natural consequences, like players wanting to team up against you because they feel that they are playing a broken game in which the only way to win is to adopt a high stress playstyle that isn't fun or what they signed up for. It's like if you signed up for a game of chess but discovered you had to spend 30 hours grinding carrots to level up the knight's horse, or that you had to check on your rook building every four hours or the bricks would fail. I am disinclined to intervene in attempts to get back to playing with numbers and discovering cool stuff together. I care about all of the players. I want all of the players to be able to win without tedious grinding because this isn't a grinding game.

Smart people often feel like intelligence is their entire personality, the only aspect of them that matters, because you've been praised for your intellect -- and nothing else -- for your entire life. So whenever you don't know something you worry that people are gonna find out that you're not a genius after all -- so you resolve to be better and brighter and cleverer and you think that if only you are the bestest brightest cleverest then you will be liked. But it doesn't work, it just makes people want to take you down a peg, because they feel like you're being clever at their expense. There is a better way to smart, an intelligence that lifts up all those around you, making everyone feel like they've become a better, smarter person because you're around.

Spoiler: like this
Image


If you are gracious and encouraging, and if people feel like you would congratulate them if they won, then other people will generally be happy for you when you win.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1233 (isolation #474) » Wed Sep 30, 2020 7:07 am

Post by Plotinus »

In post 1227, D3f3nd3r wrote:
In post 1225, Plotinus wrote:My understanding of the doubleletter sequence is that the letter is repeated immediately: thirt
ee
n, sixt
een
, thr
ee
hundred forty thr
ee
, but D3f3nd3r can clarify what they meant
Yeah that’s what I meant. I thought I clarified it, but I ISO’d myself and I guess I didn’t...sorry.
Also, you need to think of a different move because the one you submitted doesn't fit this sequence. I think this sequence would've been finished a long time ago if your interpretation were the right one because almost all numbers in english have repeated letters.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1238 (isolation #475) » Thu Oct 01, 2020 9:02 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9


Haversine: vincentw, ErrantParabola: 72 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
Sirius9121 wrote:4,12,52,24 as numbers that start in a even number that is smaller than 5.

im sorry if i runied some people's fun.
Thank you for your apology. Do you mean even numbers that start in a number smaller than 5? If not, let me know and I'll change it.

It's
StrangerCoug
's turn. There are 6 cards left in the deck. When there is no cards left in the deck, we try to complete the sequences that are in play -- you don't have to start a new sequence if you don't want to but you do have to play at least one card to an existing sequence if you can. The game will end when nobody can make any moves (when all 6 people pass in a row)
Last edited by Plotinus on Thu Oct 01, 2020 10:00 pm, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1246 (isolation #476) » Thu Oct 01, 2020 10:13 pm

Post by Plotinus »

I'm currently assuming that by starts with 2 or 4, you mean "equivalent to 2 or 4 mod 10", because you included the numbers 52 and 12. The confusion is because we aren't sure whether "starting" and "first" counts from the left or from the right - In English, it's customary to start on the left, but I assume other languages have other customs.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1247 (isolation #477) » Thu Oct 01, 2020 10:16 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9


Haversine: vincentw, ErrantParabola: 72 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
It's
Nancy Drew 39
's turn. There are 2 cards left in the deck. When there is no cards left in the deck, we try to complete the sequences that are in play -- you don't have to start a new sequence if you don't want to but you do have to play at least one card to an existing sequence if you can. The game will end when nobody can make any moves (when all 6 people pass in a row)
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1249 (isolation #478) » Thu Oct 01, 2020 11:09 pm

Post by Plotinus »

Thanks for clarifying. It's interesting how different languages think about this
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1253 (isolation #479) » Fri Oct 02, 2020 1:38 am

Post by Plotinus »

In post 1252, Sirius9121 wrote:
In post 1251, D3f3nd3r wrote:So no ending in zero? That’s still an even digit less than five!
Let’s change the rule to ‘ends in 2 or 4’
Done.

I mix up left and right a lot too.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1255 (isolation #480) » Fri Oct 02, 2020 2:05 am

Post by Plotinus »

My lifehack for using maps without knowing left from right is to hold a pen up parallel to the street i'm on, on the map, and turn it in the direction i'm supposed to go, and look if it's going clockwise or counterclockwise. That way, even if i'm facing some weird direction like SW and need to turn to go NNW i can figure out that it's a right turn (because clockwise is always right) even though i'm facing upside down compared to the map.

On sunny days I rely on the sun a lot for navigation because i can use it as a reference point but then I got a bit lost in my home town because it was cloudy one day so I got a compass. It's a lot easier for me to just hang onto one fact like "i want to be northwest of where i am right now so i need for my shadow to stay looking like this" than "I need to make a bunch of turns in a variety of directions"
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1260 (isolation #481) » Fri Oct 02, 2020 4:36 am

Post by Plotinus »

Nancy Drew 39 wrote:
There are 6 cards left in the deck. When there is no cards left in the deck, we try to complete the sequences that are in play -- you don't have to start a new sequence if you don't want to but you do have to play at least one card to an existing sequence if you can. The game will end when nobody can make any moves (when all 6 people pass in a row)
I’m not exactly sure what to do now. Can you give me some advice? Thanks.
Without looking at your hand (beyond remembering that you have a duplicate): We're nearing the end of the game, so it's a good idea to see if you can finish any of the sequences someone else started, especially if you can get points. The ones in the spoiler are already completed, so you can ignore them. The ones listed under the team names in colours are still active. When there are at least 7 numbers in the sequence, it's marked as completed and you get points for it. You can contribue to any active sequence, it doesn't matter whose name it is listed under.

So if my hand were 5, 7, 11, 13, 17, 19, 29
(then I could make a "twin primes" bingo)
then I could look at a 2024 calendar and see that 1/7 was on the weekend so I could play it to Errant's sequence, but that wouldn't get me any points. So, I would keep looking in case I saw something better. Further down, there's "numbers equivalent to ±1 mod 10" which needs 3 more numbers to complete, so I could play 11, 19, and 29 to it and get 7 points. Maybe I would do that or maybe I'd look for something better. There's your "13 or 31" sequence, I could play the 13 to do that and also 1 + 7 = 8 and 8 + 5 = 13 so I could play 17 and 5 to your 13 or 31 sequence too. That's enough to complete it for 7 points but I'd spend some trying to see if I can combine my 7, 11, 19, 29 to fit that too, to get more points, because if I could squeeze another two numbers in then I would get 9 points.

You can also submit a new sequence if you want to, but it's always a good move to check if you can complete an active sequence first.

I've quoted the game board so it'll be on this page
In post 1247, Plotinus wrote:
Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9


Haversine: vincentw, ErrantParabola: 72 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
It's
Nancy Drew 39
's turn. There are 2 cards left in the deck. When there is no cards left in the deck, we try to complete the sequences that are in play -- you don't have to start a new sequence if you don't want to but you do have to play at least one card to an existing sequence if you can. The game will end when nobody can make any moves (when all 6 people pass in a row)
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1263 (isolation #482) » Fri Oct 02, 2020 8:33 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9


Haversine: vincentw, ErrantParabola: 72 points
  • [62, 97, 68, 23, 84] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121, Nancy Drew 39: 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug, D3f3nd3r: 72 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
It's
D3f3nd3r
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1265 (isolation #483) » Sat Oct 03, 2020 2:07 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024


Haversine: vincentw (7), ErrantParabola (7): 72 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (7), Nancy Drew 39 (6): 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (7), D3f3nd3r (5): 79 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Chord gains 7 points. It's
vincentw
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1268 (isolation #484) » Sat Oct 03, 2020 9:07 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers


Haversine: vincentw (0), ErrantParabola (7): 86 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (7), Nancy Drew 39 (6): 92 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (7), D3f3nd3r (5): 79 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Haversine gains 14 points. It's
Sirius9121
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1271 (isolation #485) » Sun Oct 04, 2020 7:46 pm

Post by Plotinus »

I was waiting for someone else to comment but since your turn is half over now:

Whatever you feel is best. if you have a bingo that isn't overengineered, go ahead i guess. if you'd rather scoop up some of the active sequences, you can do that too.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1273 (isolation #486) » Sun Oct 04, 2020 8:51 pm

Post by Plotinus »

That one's pretty cool actually, and it doesn't look overengineered to me.

So the single digit ones are like 7 -7 = 0, 02 = 0.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1274 (isolation #487) » Sun Oct 04, 2020 8:52 pm

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square


Haversine: vincentw (0), ErrantParabola (7): 86 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (6): 102 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (7), D3f3nd3r (5): 79 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Exsecant gains 10 points. It's
StrangerCoug
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1286 (isolation #488) » Mon Oct 05, 2020 6:09 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square
  • [4, 5, 40, 54, 125, 500, 961] Numbers whose first digit is the sum of at most two distinct perfect squares


Haversine: vincentw (0), ErrantParabola (7): 86 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (6): 102 points
  • [1, 8, 9, 2] {
    n < 10
    } single digit numbers
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (0), D3f3nd3r (5): 93 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Chord gains 14 points. It's
ErrantParabola
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.

There were a few variations posted and I think they were each okay, so I went with the last one.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1287 (isolation #489) » Tue Oct 06, 2020 5:49 pm

Post by Plotinus »

Prodding Errant
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1289 (isolation #490) » Thu Oct 08, 2020 6:02 am

Post by Plotinus »

Nancy Drew 39 has submitted her turn by PM
Nancy Drew 39 wrote:When it’s my turn again, I will play all but the [redacted] card for multiples of 10, either with the addition of two sets of numbers: 6+4=10 and 49+21=70 and the digits of 64 combined, also resulting in a sum of 10.
Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square
  • [4, 5, 40, 54, 125, 500, 961] Numbers whose first digit is the sum of at most two distinct perfect squares
  • [1, 8, 9, 2, 3, 4, 7] {
    n < 10
    } single digit numbers


Haversine: vincentw (0), ErrantParabola (4): 93 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (1): 102 points
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
  • [6, 4, 49, 21, 64] multiples of ten, either with addition or two numbers together
Chord: StrangerCoug (0), D3f3nd3r (5): 93 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Haversine gains 7 points. It's
D3f3nd3r
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1291 (isolation #491) » Thu Oct 08, 2020 6:35 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square
  • [4, 5, 40, 54, 125, 500, 961] Numbers whose first digit is the sum of at most two distinct perfect squares
  • [1, 8, 9, 2, 3, 4, 7] {
    n < 10
    } single digit numbers
  • [6, 4, 49, 21, 64, 80, 10] multiples of ten, either with addition or two numbers together


Haversine: vincentw (0), ErrantParabola (4): 93 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (1): 102 points
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (0), D3f3nd3r (3): 100 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
Chord gains 7 points. It's
ErrantParabola
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.
Last edited by Plotinus on Fri Oct 09, 2020 2:33 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1293 (isolation #492) » Thu Oct 08, 2020 6:53 pm

Post by Plotinus »

Nancy has submitted her turn by PM
[13, 16, 343] numbers containing a double letter when written out
When it’s again my turn, I will add the 3 to this sequence.
Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square
  • [4, 5, 40, 54, 125, 500, 961] Numbers whose first digit is the sum of at most two distinct perfect squares
  • [1, 8, 9, 2, 3, 4, 7] {
    n < 10
    } single digit numbers
  • [6, 4, 49, 21, 64, 80, 10] multiples of ten, either with addition or two numbers together


Haversine: vincentw (0), ErrantParabola (3): 93 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (0): 102 points
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (0), D3f3nd3r (3): 100 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343, 18, 3] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
It's
D3f3nd3r
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.[/quote]
Last edited by Plotinus on Fri Oct 09, 2020 2:33 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1295 (isolation #493) » Fri Oct 09, 2020 2:25 am

Post by Plotinus »

Spoiler: completed sequences
  • [24, 2, 43, 15, 256, 4, 20] at least half of the digits of n2 - 1 are the same number and this repeating number is a number that is shown on the middle or right hand side of a keypad
  • [6, 10, 120, 750, 9, 30, 1000] {
    n = 2
    i
    × 3
    j
    × 5
    k
    for some non-negative integers
    i
    ,
    j
    ,
    k
    } 5-smooth numbers
  • [46, 59, 164, 89, 61, 104, 106] In base 8, at least 50% of the numbers are a same repeating digit and the repeating digit is a square of any non-negative integer (0,1,4)
  • [14, 15, 5, 57, 81, 19, 60] the first number of x is a term of 'a(n) is the largest term in the continued fraction for a(n-1) + n^2/a(n-1), where a(1)=1.'
  • [69, 529, 14, 15, 28, 45, 92, 1000] “integer multiples of the jersey numbers from the starters on the Los Angeles Lakers in their game on August 13” (those jersey numbers are 23, 88, 5, 7, and 14)
  • [21, 8, 1, 42, 94, 35, 100] digit sum is a term of 'Partial sums of the positive integers n according to the rule: if n is square then add sqrt(n) else add n.'
  • [ 61, 56, 216, 66, 13, 1, 8]numbers that are odd mod 5
  • [18, 29, 37, 82, 243, 81, 55] Numbers whose digit sum is between 9 and 11 inclusive
  • [10, 20, 200, 1, 5, 400, 500, 700] Numbers with only one nonzero digit
  • [9, 27, 35, 36, 11, 63, 83] numbers that, when mapped onto the 88 keys of the keyboard with 1 being the lowest and 88 being the highest, represent notes that are members of a G7b9 chord (namely, the notes G, B, D, F, and Ab)
  • [34, 400, 9, 15, 27, 87, 53] x2's first digit is a term of 'a(n) is the number of palindromic numbers with 7 digits in base n which are also palindromic in base n+1.'
  • [5, 25, 27, 36, 64, 96, 98 7 smooth numbers
  • [11, 32, 34, 128, 676, 3, 85, 21] Numbers whose digit sum is prime
  • [2, 64, 50, 6, 84, 74, 50] {
    2n
    } multiples of 2
  • [5, 17, 70, 7, 31, 39, 71.] squarefree
  • [95, 3, 17, 48, 11, 47, 45] the first digit of x, converted into base 3, has no 2
  • [841, 576, 36, 49, 25, 169, 484, 900] {
    n2
    }square numbers
  • [10, 13, 19, 81, 67, 16, 64] contains a digit equivalent to 1 mod 5
  • [196, 17, 441, 33, 42, 16, 3] the first digit of x fulfills 'a(n) = binomial(n, floor((n-1)/2)).'
  • [9, 73, 90, 7, 1, 6, 12] numbers that, when written in English, have its most common letter represent at least one third of all the letters in the name
  • [8, 18, 44, 1, 324, 22, 800, 1000] digit sum is a perfect power (k^n with n > 1, k and n are integers)
  • [28, 5, 1, 100, 784, 6, 38] the digit sum of the digit sum of y = k, k and k+1 are both squarefree
  • [10, 30, 35, 220, 250, 70, 20] multiples of 5
  • [56, 79, 46, 13, 45, 88, 72] The number mod 11 contains a letter whose capital ASCII representation has a digit sum of exactly 16
  • [1, 26, 29 729, 900, 78, 30] The number contains the digit 9, or two numbers played at the same time add up to a multiple of 9
  • [62, 97, 68, 23, 84, 91, 55] numbers that, when represented in month/date format with leading zeroes removed, land on a weekend in the year 2024
  • [19, 23, 21, 99, 361, 7, 9] odd numbers
  • [4, 7, 512, 2, 55, 3, 100] the biggest digit minus the smallest digit is a perfect square
  • [4, 5, 40, 54, 125, 500, 961] Numbers whose first digit is the sum of at most two distinct perfect squares
  • [1, 8, 9, 2, 3, 4, 7] {
    n < 10
    } single digit numbers
  • [6, 4, 49, 21, 64, 80, 10] multiples of ten, either with addition or two numbers together


Haversine: vincentw (0), ErrantParabola (3): 93 points
  • [2, 86, 165] within 3 of a multiple of 83
  • [41, 51, 89, 289] numbers equivalent to ±1 mod 10
Exsecant: Sirius9121 (0), Nancy Drew 39 (0): 102 points
  • [12, 20, 28] {
    n ≡ 4 (mod 8)
    } divided by 8 leaves a remainder of 4
  • [1, 8, 15, 225] {
    7n+1
    } divided by 7 leaves a remainder of 1
  • [14, 35, 56] {
    7n
    } divisible by 7
  • [144, 75, 93] either the digits sum to 12, or the number is a multiple of 12
  • [32, 1, 58, 256] The card is itself 13, 31; or the digit sum of the card is 13 or 31; or two cards played together have a digit sum of 13, 31; or two cards played at the same time can be added to or subtracted from each other to achieve 13 or 31.
  • [4,12,52,24] even numbers that have a 2 or a 4 in the ones place
  • [29, 21, 27] two digit numbers starting with a two
Chord: StrangerCoug (0), D3f3nd3r (2): 100 points
  • [8, 10, 40] numbers that, when spelled normally in English, have no duplicated letters
  • [13, 16, 343, 18, 3] numbers containing a double letter when written out
  • [3, 63, 600] Numbers, all of whose digits are divisible by 3 (0 counts)
  • [65, 89, 729] digit sum is greater than 10
It's
ErrantParabola
's turn. There are no cards left in the deck. We will continue playing until six people pass in a row. You may only pass if you have no cards that can be played to any active sequence. The number in parentheses after each name represents the number of cards in their hand.[/quote]
Last edited by Plotinus on Fri Oct 09, 2020 2:33 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1297 (isolation #494) » Fri Oct 09, 2020 2:34 am

Post by Plotinus »

Fixed, thank you for pointing it out
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1299 (isolation #495) » Fri Oct 09, 2020 6:18 am

Post by Plotinus »

Neither of you can complete any sequences, even when combining your numbers, we can just call it a game if you'd rather.

Congrats to Sirius9121 and Nancy Drew 39!


Thank you to everyone for sticking it out.

Let's take a week to propose rule changes and collect new signups.

Bingos are worth 8 points. The rules for a sequence must apply to at least 10 unique cards in the deck. Players may only post their hand during the first round of the first game that they are playing, after that they will need to ask for advice without revealing their cards.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1301 (isolation #496) » Fri Oct 09, 2020 6:55 am

Post by Plotinus »

I'm glad you're enjoying it! Are you /in for next round then? :]
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1303 (isolation #497) » Fri Oct 09, 2020 7:03 am

Post by Plotinus »

All right, we'll be glad to have you back when you're ready
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1313 (isolation #498) » Wed Oct 14, 2020 6:58 pm

Post by Plotinus »

Two players have signed up so far.

One option if we don't get enough players is that I could also play. If so, we could play with all hands visible, so you wouldnt have to trust me to forget what your hands are when it's my turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1315 (isolation #499) » Thu Oct 15, 2020 5:59 pm

Post by Plotinus »

Great! I'll set this up later today. Sirius, I'll send you some cards too if you're still in, three players is enough but I think 4 is better. Thanks for being a good sport at the end of last game.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1316 (isolation #500) » Thu Oct 15, 2020 6:00 pm

Post by Plotinus »

People may still /in up until I post the game board
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1318 (isolation #501) » Fri Oct 16, 2020 7:32 am

Post by Plotinus »

Spoiler: completed sequences


StrangerCoug
:
Nancy Drew 39
:
Sirius9121
:
Farren
:
I'm not attached to these colours so if you want to change yours let me know what you're changing it to. Each player can have 1 colour change.

Sending out cards within the next 5 minutes. It is
StrangerCoug's
turn ((expired on 2020-10-18 20:45:00))
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1322 (isolation #502) » Fri Oct 16, 2020 6:31 pm

Post by Plotinus »

Spoiler: completed sequences


StrangerCoug
:
  • [10, 25, 80, 220] multiples of 5
Nancy Drew 39
:
Sirius9121
:
Farren
:
JI don't mind spending a few more turns finding the colour you like best. MafiaScum's dark theme changes the colours a little bit to make them readable on a dark background so you don't always get what you expect, but you can find a list of colour names here https://en.wikipedia.org/wiki/Web_colors and try a few out to see which ones you like best. There are quite a few purples to choose from so as long as everyone is different enough from each other, that's okay. Specficially, I think the colour you get when you type "purple" looks nice but it doesn't actually look like purple to me, so let me know what to change it to if you don't like it.

If anyone is not using mafiaBlack then we should pick colours that work in all the schemes, but if we're all in mafiaBlack then we don't have to worry about it.

It is
Nancy Drew 39's
turn ((expired on 2020-10-19 07:45:00))
Last edited by Plotinus on Fri Oct 16, 2020 9:44 pm, edited 3 times in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1324 (isolation #503) » Fri Oct 16, 2020 8:45 pm

Post by Plotinus »

Alright, I've switched it to
darkslategray
until she expresses a preference
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1326 (isolation #504) » Fri Oct 16, 2020 9:44 pm

Post by Plotinus »

Spoiler: completed sequences


StrangerCoug
:
  • [10, 25, 80, 220] multiples of 5
Nancy Drew 39
:
Sirius9121
:
Farren
:
Just getting this onto the most recent page with the colour changes.

It is
Nancy Drew 39's
turn ((expired on 2020-10-19 07:45:00))
Last edited by Plotinus on Sat Oct 17, 2020 6:33 am, edited 2 times in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1332 (isolation #505) » Sat Oct 17, 2020 1:59 am

Post by Plotinus »

We're using deck 2. I've changed Nancy's colour and bolded the names in . Is that more readable or should I make some of them darker?

It's still Nancy's turn
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1335 (isolation #506) » Sat Oct 17, 2020 6:44 pm

Post by Plotinus »

Spoiler: completed sequences


StrangerCoug
:
  • [5, 10, 20, 25, 80, 220] multiples of 5
Nancy Drew 39
:
Sirius9121
:
Farren
:
It is
Sirius9121's
turn ((expired on 2020-10-19 13:24:50))
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1337 (isolation #507) » Sat Oct 17, 2020 7:25 pm

Post by Plotinus »

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5


StrangerCoug
(0 points):
Nancy Drew 39
(0 points):
Sirius9121
(9 points):
Farren
(0 points):
It is
Farren's
turn ((expired on 2020-10-20 07:47:41))
Last edited by Plotinus on Sat Oct 17, 2020 7:40 pm, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1340 (isolation #508) » Sat Oct 17, 2020 7:35 pm

Post by Plotinus »

Yeah, I'll let you change
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1344 (isolation #509) » Sat Oct 17, 2020 7:40 pm

Post by Plotinus »

Yeah, I was wondering why you hadn't done that. I'll edit the last post.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1347 (isolation #510) » Sat Oct 17, 2020 7:44 pm

Post by Plotinus »

I looked it up and it applies to 34% of the numbers under 100. Nice one!

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers


StrangerCoug
(0 points):
Nancy Drew 39
(0 points):
Sirius9121
(9 points):
Farren
(8 points):
Farren gets 8 points. It is
StrangerCoug's
turn ((expired on 2020-10-20 08:42:20))
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1349 (isolation #511) » Sat Oct 17, 2020 8:57 pm

Post by Plotinus »

Sure! Actually since we're just starting, everyone's only taken one turn so far, so if it you take your turn now then you won't have missed any turns. I'll send you some cards.

What color would you like to be?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1351 (isolation #512) » Sat Oct 17, 2020 9:06 pm

Post by Plotinus »

yellow
will probably be too hard for the people using the light site theme to read. How do you (and the people using mafiaSilver) feel about
darkgoldenrod
,
peru
,
olive
(or something else, you're not limited to those three of course)
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1356 (isolation #513) » Sat Oct 17, 2020 9:23 pm

Post by Plotinus »

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers


StrangerCoug
(0 points):
Nancy Drew 39
(0 points):
Sirius9121
(9 points):
Farren
(8 points):
Rockhopper
(0 points):
  • [3, 17, 31] primes
It is
StrangerCoug's
turn ((expired on 2020-10-20 10:19:20))

I'll go with
peru
for now because it's the shortest to type but we can switch to one of the others if anyone finds it hard to read.

You're doing fine so far
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1358 (isolation #514) » Sun Oct 18, 2020 2:16 am

Post by Plotinus »

Glad to see you again, Not_Mafia. If you'd rather join this round as a player we could also split into 3 teams
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1360 (isolation #515) » Sun Oct 18, 2020 6:33 am

Post by Plotinus »

All right, it's
Not_Mafia's
turn. ((expired on 2020-10-20 19:25:00))

Six players it the maximum and we'll split into 3 teams:

Swinnerton
-
Dyer
:
StrangerCoug
and
Farren

Navier
-
Stokes
:
Nancy Drew 39
and
Rockhopper

Yang
-
Mills
:
Sirius9121
and
Not_Mafia


What colour would you like to be, Not_Mafia? Everyone else picked theirs this time
Last edited by Plotinus on Sun Oct 18, 2020 8:07 am, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1361 (isolation #516) » Sun Oct 18, 2020 6:36 am

Post by Plotinus »

(ps: I know it's the Birch and Swinnerton-Dyer conjecture but that was too long)
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1364 (isolation #517) » Sun Oct 18, 2020 8:14 am

Post by Plotinus »

StrangerCoug has submitted his turn by PM:
StrangerCoug wrote:4, 144, 1000: Perfect powers (power must be greater than or equal to 2)
Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers


Swinnerton
-
Dyer
:
StrangerCoug
,
Farren
(8 points):
  • [4, 144, 1000] perfect powers (power must be greater than or equal to 2)
Navier
-
Stokes
:
Nancy Drew 39
,
Rockhopper
(0 points):
  • [3, 17, 31] primes
Yang
-
Mills
:
Sirius9121
,
Not_Mafia
(9 points):
  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
It is
NancyDrews
turn ((expired on 2020-10-20 21:15:00))
Last edited by Plotinus on Sun Oct 18, 2020 5:45 pm, edited 1 time in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1372 (isolation #518) » Sun Oct 18, 2020 5:48 pm

Post by Plotinus »

4, 6, 20, 25, 50, 128, 625

2 × 2 = 4
2 × 3 = 6
2 × 2 × 5 = 20
5 × 5 = 25
2 × 5 × 5 = 50
2 × 2 × 2 × 2 × 2 × 2 × 2 = 128
5 × 5 × 5 × 5 = 625

So only 2s and 3s and 5s
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1376 (isolation #519) » Mon Oct 19, 2020 6:36 pm

Post by Plotinus »

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers


Swinnerton
-
Dyer
:
StrangerCoug
,
Farren
(8 points):
  • [4, 144, 1000] perfect powers (power must be greater than or equal to 2)
Navier
-
Stokes
:
Nancy Drew 39
,
Rockhopper
(0 points):
  • [3, 17, 31] primes
  • [64, 37, 10, 21, 29] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
Yang
-
Mills
:
Sirius9121
,
Not_Mafia
(9 points):
  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
It is
Sirius9121's
turn ((expired on 2020-10-21 09:41:00))

I've been thinking about that since you presubmitted it sirius and on the one hand, bingos are only worth 8 points now so I'm hoping it'll matter less if a sequence is overengineered, but on the otherhand, the cos of most numbers is an infinite string of randomish numbers, so the chance of finding something that matches your hand approaches 100%

like suppose my hand is

In [265]: random.choices(range(1,101), k=7)
Out[265]: [3, 18, 27, 49, 14, 56, 94]

Then

In [263]: [math.cos(x*math.pi/180) for x in [3, 18, 27, 49, 14, 56, 94]]

[0.9986295347545738,
0.9510565162951535,
0.8910065241883679,
0.6560590289905073,
0.9702957262759965,
0.5591929034707468,
-0.06975647374412533]

Then digit by digit, I have these options to choose from: 0, 5, 6, 8, 9
9, 5, 7, 6
8, 1, 6, 0, 9
6, 0, 2, 1, 7,
2, 5, 0, 9
9, 6, 5, 2
5, 0, 7, 9, 4
0, 1, 2, 3, 7
3, 4, 6, 8,
7, 2, 1, 9, 4
5, 9, 8, 9, 7, 4
4, 5, 8, 0,
1, 3, 5, 7, 9 --- probably you could have found a sequence before this point, but here is the first one that is jumping out to me, the 13th digit is odd.

So this one is still running into the meta rule that says only 1% of "is the nth digit of the cos(x) interesting" should be a bingo
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1378 (isolation #520) » Tue Oct 20, 2020 2:37 am

Post by Plotinus »

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
  • [3, 17, 31, 2, 7, 11, 29] primes


Swinnerton
-
Dyer
:
StrangerCoug
,
Farren
(8 points):
  • [4, 144, 1000] perfect powers (power must be greater than or equal to 2)
Navier
-
Stokes
:
Nancy Drew 39
,
Rockhopper
(0 points):
  • [64, 37, 10, 21, 29] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
Yang
-
Mills
:
Sirius9121
,
Not_Mafia
(16 points):
  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
Edit: Yang-Mills gains 7 points. It is
Farren's
turn ((expired on 2020-10-22 10:26:35))
Last edited by Plotinus on Tue Oct 20, 2020 2:43 am, edited 2 times in total.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1380 (isolation #521) » Tue Oct 20, 2020 2:42 am

Post by Plotinus »

whoops, thanks for correcting me. You get 7 points
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1
Contact:

Post Post #1384 (isolation #522) » Tue Oct 20, 2020 6:12 am

Post by Plotinus »

Spoiler: completed sequences
  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
  • [3, 17, 31, 2, 7, 11, 29] primes
  • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten


Swinnerton
-
Dyer
:
StrangerCoug
,
Farren
(8 points):
  • [4, 144, 1000] perfect powers (power must be greater than or equal to 2)
  • [5, 57, 600] first digit is a 5 or a 6
Navier
-
Stokes
:
Nancy Drew 39
,
Rockhopper
(10 points):
    Yang
    -
    Mills
    :
    Sirius9121
    ,
    Not_Mafia
    (16 points):
    • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
    Navier-Stokes gains 10 points. It is
    Not_Mafia's
    turn ((expired on 2020-10-22 19:03:45))
    The failure mode of clever is asshole.

    Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
    User avatar
    Plotinus
    Plotinus
    Kitten Caboodle
    User avatar
    User avatar
    Plotinus
    Kitten Caboodle
    Kitten Caboodle
    Posts: 7611
    Joined: March 13, 2015
    Location: UTC+1
    Contact:

    Post Post #1387 (isolation #523) » Wed Oct 21, 2020 12:31 am

    Post by Plotinus »

    Spoiler: completed sequences
    • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
    • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
    • [3, 17, 31, 2, 7, 11, 29] primes
    • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten


    Swinnerton
    -
    Dyer
    :
    StrangerCoug
    ,
    Farren
    (8 points):
    • [5, 57, 600] first digit is a 5 or a 6
    Navier
    -
    Stokes
    :
    Nancy Drew 39
    ,
    Rockhopper
    (10 points):
      Yang
      -
      Mills
      :
      Sirius9121
      ,
      Not_Mafia
      (16 points):
      • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
      • [4, 25, 144, 1000] perfect powers (power must be greater than or equal to 2)
      It is
      StrangerCoug's
      turn ((expired on 2020-10-23 11:21:28))
      The failure mode of clever is asshole.

      Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
      User avatar
      Plotinus
      Plotinus
      Kitten Caboodle
      User avatar
      User avatar
      Plotinus
      Kitten Caboodle
      Kitten Caboodle
      Posts: 7611
      Joined: March 13, 2015
      Location: UTC+1
      Contact:

      Post Post #1389 (isolation #524) » Wed Oct 21, 2020 7:34 am

      Post by Plotinus »

      Spoiler: completed sequences
      • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
      • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
      • [3, 17, 31, 2, 7, 11, 29] primes
      • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten


      Swinnerton
      -
      Dyer
      :
      StrangerCoug
      ,
      Farren
      (8 points):
      • [5, 57, 600] first digit is a 5 or a 6
      • [23, 56, 300] Numbers whose digit sum is prime
      Navier
      -
      Stokes
      :
      Nancy Drew 39
      ,
      Rockhopper
      (10 points):
        Yang
        -
        Mills
        :
        Sirius9121
        ,
        Not_Mafia
        (16 points):
        • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
        • [4, 25, 144, 1000] perfect powers (power must be greater than or equal to 2)
        It is
        Nancy Drew 39
        's turn ((expired on 2020-10-23 20:35:00))
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1390 (isolation #525) » Thu Oct 22, 2020 9:14 am

        Post by Plotinus »

        prodded Nancy Drew 39
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1396 (isolation #526) » Mon Oct 26, 2020 3:49 am

        Post by Plotinus »

        Spoiler: completed sequences
        • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
        • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
        • [3, 17, 31, 2, 7, 11, 29] primes
        • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten


        Swinnerton
        -
        Dyer
        :
        StrangerCoug
        ,
        Farren
        (8 points):
        • [5, 57, 600] first digit is a 5 or a 6
        • [23, 56, 300] Numbers whose digit sum is prime
        Navier
        -
        Stokes
        :
        Nancy Drew 39
        ,
        Rockhopper
        (10 points):
        • [512, 529, 729] triple digit numbers
        Yang
        -
        Mills
        :
        Sirius9121
        ,
        Not_Mafia
        (16 points):
        • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
        • [4, 25, 144, 1000] perfect powers (power must be greater than or equal to 2)
        It is
        Sirius9121
        's turn ((expired on 2020-10-28 00:49:20))

        sorry, i haven't been feeling well since Thursday and I haven't be able to tell whether your sequence meets the rules or not.

        I suspect it doesn't because there are an infinite number of things i could multiply my cards by to get them to all start with something? You posted this 10 hours after Nancy did so you've only used up 10 hours of your turn.

        Nancy is V/LA until Friday
        Last edited by Plotinus on Mon Nov 02, 2020 4:06 am, edited 1 time in total.
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1398 (isolation #527) » Mon Oct 26, 2020 7:12 pm

        Post by Plotinus »

        Yeah, that's too many parts.
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1399 (isolation #528) » Tue Oct 27, 2020 9:21 am

        Post by Plotinus »

        prodded Sirius. i'm probably going out tomorrow morning, so he has until i get home -- if i haven't updated things yet then he can submit something
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1401 (isolation #529) » Wed Oct 28, 2020 8:10 am

        Post by Plotinus »

        primesixes = [6*n - 1 for n in range(1,101) if is_prime(6 * n - 1)]

        len(primesixes)
        57

        sixes_start_with = [6*n -1 for n in range(1,101) if str(6*n-1)[0] in '1235']
        len(sixes_start_with)
        75

        both of these are too common, and you've run out of time.
        The failure mode of clever is asshole.

        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
        User avatar
        Plotinus
        Plotinus
        Kitten Caboodle
        User avatar
        User avatar
        Plotinus
        Kitten Caboodle
        Kitten Caboodle
        Posts: 7611
        Joined: March 13, 2015
        Location: UTC+1
        Contact:

        Post Post #1402 (isolation #530) » Wed Oct 28, 2020 8:13 am

        Post by Plotinus »

        Sirius' leftmostcard that fits into a sequence is 400 and the topmost sequence (starting from his team's sequences) that it fits into is triple digit numbers
        Spoiler: completed sequences
        • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
        • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
        • [3, 17, 31, 2, 7, 11, 29] primes
        • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten


        Swinnerton
        -
        Dyer
        :
        StrangerCoug
        ,
        Farren
        (8 points):
        • [5, 57, 600] first digit is a 5 or a 6
        • [23, 56, 300] Numbers whose digit sum is prime
        Navier
        -
        Stokes
        :
        Nancy Drew 39
        ,
        Rockhopper
        (10 points):
          Yang
          -
          Mills
          :
          Sirius9121
          ,
          Not_Mafia
          (16 points):
          • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
          • [4, 25, 144, 1000] perfect powers (power must be greater than or equal to 2)
          • [400, 512, 529, 729] triple digit numbers
          It is
          Farren
          's turn ((expired on 2020-10-30 20:10:00))
          Nancy is V/LA until Friday
          Last edited by Plotinus on Wed Oct 28, 2020 8:15 am, edited 1 time in total.
          The failure mode of clever is asshole.

          Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
          User avatar
          Plotinus
          Plotinus
          Kitten Caboodle
          User avatar
          User avatar
          Plotinus
          Kitten Caboodle
          Kitten Caboodle
          Posts: 7611
          Joined: March 13, 2015
          Location: UTC+1
          Contact:

          Post Post #1404 (isolation #531) » Wed Oct 28, 2020 8:15 am

          Post by Plotinus »

          Oops, fixed. Thanks for pointing it out. It is your turn
          The failure mode of clever is asshole.

          Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
          User avatar
          Plotinus
          Plotinus
          Kitten Caboodle
          User avatar
          User avatar
          Plotinus
          Kitten Caboodle
          Kitten Caboodle
          Posts: 7611
          Joined: March 13, 2015
          Location: UTC+1
          Contact:

          Post Post #1406 (isolation #532) » Wed Oct 28, 2020 8:25 am

          Post by Plotinus »

          Spoiler: completed sequences
          • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
          • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
          • [3, 17, 31, 2, 7, 11, 29] primes
          • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
          • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)


          Swinnerton
          -
          Dyer
          :
          StrangerCoug
          ,
          Farren
          (15 points):
          • [5, 57, 600] first digit is a 5 or a 6
          • [23, 56, 300] Numbers whose digit sum is prime
          Navier
          -
          Stokes
          :
          Nancy Drew 39
          ,
          Rockhopper
          (10 points):
            Yang
            -
            Mills
            :
            Sirius9121
            ,
            Not_Mafia
            (16 points):
            • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
            • [400, 512, 529, 729] triple digit numbers
            Swinnerton-Dyer gains 7 points. It is
            Rockhopper
            's turn ((expired on 2020-10-30 20:17:00))
            Nancy is V/LA until Friday
            The failure mode of clever is asshole.

            Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
            User avatar
            Plotinus
            Plotinus
            Kitten Caboodle
            User avatar
            User avatar
            Plotinus
            Kitten Caboodle
            Kitten Caboodle
            Posts: 7611
            Joined: March 13, 2015
            Location: UTC+1
            Contact:

            Post Post #1408 (isolation #533) » Thu Oct 29, 2020 7:24 pm

            Post by Plotinus »

            Spoiler: completed sequences
            • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
            • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
            • [3, 17, 31, 2, 7, 11, 29] primes
            • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
            • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
            • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime


            Swinnerton
            -
            Dyer
            :
            StrangerCoug
            ,
            Farren
            (15 points):
            • [5, 57, 600] first digit is a 5 or a 6
            Navier
            -
            Stokes
            :
            Nancy Drew 39
            ,
            Rockhopper
            (17 points):
              Yang
              -
              Mills
              :
              Sirius9121
              ,
              Not_Mafia
              (16 points):
              • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
              • [400, 512, 529, 729] triple digit numbers
              Navier-Stokes gains 7 points. It is
              Not_Mafia
              's turn ((expired on 2020-11-01 06:13:27))
              Nancy is V/LA until today.
              The failure mode of clever is asshole.

              Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
              User avatar
              Plotinus
              Plotinus
              Kitten Caboodle
              User avatar
              User avatar
              Plotinus
              Kitten Caboodle
              Kitten Caboodle
              Posts: 7611
              Joined: March 13, 2015
              Location: UTC+1
              Contact:

              Post Post #1409 (isolation #534) » Fri Oct 30, 2020 7:18 pm

              Post by Plotinus »

              prodded not_mafia
              The failure mode of clever is asshole.

              Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
              User avatar
              Plotinus
              Plotinus
              Kitten Caboodle
              User avatar
              User avatar
              Plotinus
              Kitten Caboodle
              Kitten Caboodle
              Posts: 7611
              Joined: March 13, 2015
              Location: UTC+1
              Contact:

              Post Post #1411 (isolation #535) » Sat Oct 31, 2020 2:31 am

              Post by Plotinus »

              Rockhopper completed that one last turn.
              The failure mode of clever is asshole.

              Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
              User avatar
              Plotinus
              Plotinus
              Kitten Caboodle
              User avatar
              User avatar
              Plotinus
              Kitten Caboodle
              Kitten Caboodle
              Posts: 7611
              Joined: March 13, 2015
              Location: UTC+1
              Contact:

              Post Post #1413 (isolation #536) » Sat Oct 31, 2020 7:45 am

              Post by Plotinus »

              Spoiler: completed sequences
              • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
              • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
              • [3, 17, 31, 2, 7, 11, 29] primes
              • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
              • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
              • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
              • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one


              Swinnerton
              -
              Dyer
              :
              StrangerCoug
              ,
              Farren
              (15 points):
              • [5, 57, 600] first digit is a 5 or a 6
              Navier
              -
              Stokes
              :
              Nancy Drew 39
              ,
              Rockhopper
              (17 points):
                Yang
                -
                Mills
                :
                Sirius9121
                ,
                Not_Mafia
                (24 points):
                • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
                • [400, 512, 529, 729] triple digit numbers
                Yang-Mills gains 8 points. It is
                StrangerCoug
                's turn ((expired on 2020-11-02 19:34:44))
                The failure mode of clever is asshole.

                Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                User avatar
                Plotinus
                Plotinus
                Kitten Caboodle
                User avatar
                User avatar
                Plotinus
                Kitten Caboodle
                Kitten Caboodle
                Posts: 7611
                Joined: March 13, 2015
                Location: UTC+1
                Contact:

                Post Post #1415 (isolation #537) » Sun Nov 01, 2020 2:00 am

                Post by Plotinus »

                Spoiler: completed sequences
                • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                • [3, 17, 31, 2, 7, 11, 29] primes
                • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one


                Swinnerton
                -
                Dyer
                :
                StrangerCoug
                ,
                Farren
                (15 points):
                • [5, 57, 600] first digit is a 5 or a 6
                • [3, 4, 8] single-digit numbers
                Navier
                -
                Stokes
                :
                Nancy Drew 39
                ,
                Rockhopper
                (17 points):
                  Yang
                  -
                  Mills
                  :
                  Sirius9121
                  ,
                  Not_Mafia
                  (24 points):
                  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
                  • [400, 512, 529, 729] triple digit numbers
                  It is
                  Nancy Drew
                  's turn ((expired on 2020-11-03 14:00:00))
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1421 (isolation #538) » Sun Nov 01, 2020 7:10 pm

                  Post by Plotinus »

                  Spoiler: completed sequences
                  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                  • [3, 17, 31, 2, 7, 11, 29] primes
                  • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                  • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                  • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                  • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one


                  Swinnerton
                  -
                  Dyer
                  :
                  StrangerCoug
                  ,
                  Farren
                  (15 points):
                  • [5, 57, 600] first digit is a 5 or a 6
                  • [3, 4, 8] single-digit numbers
                  Navier
                  -
                  Stokes
                  :
                  Nancy Drew 39
                  ,
                  Rockhopper
                  (17 points):
                  • [76, 7, 165, 250] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)
                  Yang
                  -
                  Mills
                  :
                  Sirius9121
                  ,
                  Not_Mafia
                  (24 points):
                  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
                  • [400, 512, 529, 729] triple digit numbers
                  It is
                  Sirius9121
                  's turn ((expired on 2020-11-03 15:10:00))
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1425 (isolation #539) » Mon Nov 02, 2020 4:11 am

                  Post by Plotinus »

                  Spoiler: completed sequences
                  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                  • [3, 17, 31, 2, 7, 11, 29] primes
                  • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                  • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                  • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                  • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one


                  Swinnerton
                  -
                  Dyer
                  :
                  StrangerCoug
                  ,
                  Farren
                  (15 points):
                  • [5, 57, 600] first digit is a 5 or a 6
                  • [10, 24, 35] when spelled out in English, starts with the letter "T" and has no spaces. (e.g. twenty-four)
                  Navier
                  -
                  Stokes
                  :
                  Nancy Drew 39
                  ,
                  Rockhopper
                  (17 points):
                  • [76, 7, 165, 250] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)
                  Yang
                  -
                  Mills
                  :
                  Sirius9121
                  ,
                  Not_Mafia
                  (24 points):
                  • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
                  • [400, 512, 529, 729] triple digit numbers
                  • [1, 3, 4, 8] single-digit numbers
                  It is
                  Rockhopper
                  's turn ((expired on 2020-11-04 08:39:09))

                  pedit: fixed that one vote count. As soon as Sirius contributed to it in the sequence got moved to his team's category, so it's in the right place now, but it was wrong in .

                  I have been thinking that there is not much point to maintaining separate areas for the active sequences because it doesn't affect anything points-wise where the cards happen to be. We could arrange them all together next game under a single heading "Active sequences" without losing anything. I like the idea of stealing sequences but I think if we're going to have it then we need to tweak the mechanics to make it be something more than "the cards are temporarily in a different place now" -- though on a physical table that might be useful for physical space reasons.
                  Last edited by Plotinus on Mon Nov 02, 2020 4:20 am, edited 1 time in total.
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1427 (isolation #540) » Mon Nov 02, 2020 4:20 am

                  Post by Plotinus »

                  in that case, it might be useful to keep the sequence in front of the player who initially put it instead of moving it around
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1428 (isolation #541) » Mon Nov 02, 2020 7:01 am

                  Post by Plotinus »

                  I have only just now sent Farren and Sirius their new cards. I think that's all the people I owe cards to but let me know if I missed you
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1433 (isolation #542) » Mon Nov 02, 2020 6:19 pm

                  Post by Plotinus »

                  In post 1432, Rockhopper wrote:Are multiples of 7 included in Nancy's sequence?
                  I asked her about this by PM for you and she says yes
                  Nancy Drew 39 wrote:
                  Plotinus wrote:One of the players has a question about this sequence: is 28 allowed because you can write 028 = 0 + 28 = 28, a multiple of 7? Or is it not allowed?
                  28 is a multiple of 7, so it should still count.
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1434 (isolation #543) » Mon Nov 02, 2020 6:31 pm

                  Post by Plotinus »

                  In post 1430, Nancy Drew 39 wrote:I thought that might have changed later but I don’t understand how a sequence I made with the same exact 3 numbers that were directly quoted in my post not credited to me?
                  Initially, I just got lost when I was placing the sequence onto the board. I've fixed the post where that happened now. After that, it happened as Farren said.

                  Have you ever played rummy? In some versions of rummy, someone might put down a 2, 3, and 4 of hearts into a sequence (called a meld) and then if you have a 5 of hearts you can put your 5 of hearts into that sequence and make it yours.
                  The failure mode of clever is asshole.

                  Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                  User avatar
                  Plotinus
                  Plotinus
                  Kitten Caboodle
                  User avatar
                  User avatar
                  Plotinus
                  Kitten Caboodle
                  Kitten Caboodle
                  Posts: 7611
                  Joined: March 13, 2015
                  Location: UTC+1
                  Contact:

                  Post Post #1436 (isolation #544) » Mon Nov 02, 2020 7:03 pm

                  Post by Plotinus »

                  Spoiler: completed sequences
                  • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                  • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                  • [3, 17, 31, 2, 7, 11, 29] primes
                  • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                  • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                  • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                  • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one
                  • [76, 7, 165, 250, 68, 28, 841] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)


                  Swinnerton
                  -
                  Dyer
                  :
                  StrangerCoug
                  ,
                  Farren
                  (15 points):
                  • [5, 57, 600] first digit is a 5 or a 6
                  • [10, 24, 35] when spelled out in English, starts with the letter "T" and has no spaces. (e.g. twenty-four)
                  Navier
                  -
                  Stokes
                  :
                  Nancy Drew 39
                  ,
                  Rockhopper
                  (24 points):
                    Yang
                    -
                    Mills
                    :
                    Sirius9121
                    ,
                    Not_Mafia
                    (24 points):
                    • [18, 81, 84] 2-digit numbers where exactly one digit is an 8
                    • [400, 512, 529, 729] triple digit numbers
                    • [1, 3, 4, 8] single-digit numbers
                    Navier
                    -
                    Stokes
                    gains 7 points. It is
                    Not_Mafia
                    's turn ((expired on 2020-11-05 06:47:06))
                    The failure mode of clever is asshole.

                    Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                    User avatar
                    Plotinus
                    Plotinus
                    Kitten Caboodle
                    User avatar
                    User avatar
                    Plotinus
                    Kitten Caboodle
                    Kitten Caboodle
                    Posts: 7611
                    Joined: March 13, 2015
                    Location: UTC+1
                    Contact:

                    Post Post #1437 (isolation #545) » Wed Nov 04, 2020 5:30 am

                    Post by Plotinus »

                    prodding not mafia
                    The failure mode of clever is asshole.

                    Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                    User avatar
                    Plotinus
                    Plotinus
                    Kitten Caboodle
                    User avatar
                    User avatar
                    Plotinus
                    Kitten Caboodle
                    Kitten Caboodle
                    Posts: 7611
                    Joined: March 13, 2015
                    Location: UTC+1
                    Contact:

                    Post Post #1439 (isolation #546) » Wed Nov 04, 2020 7:03 pm

                    Post by Plotinus »

                    Spoiler: completed sequences
                    • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                    • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                    • [3, 17, 31, 2, 7, 11, 29] primes
                    • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                    • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                    • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                    • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one
                    • [76, 7, 165, 250, 68, 28, 841] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)


                    Swinnerton
                    -
                    Dyer
                    :
                    StrangerCoug
                    ,
                    Farren
                    (15 points):
                    • [5, 57, 600] first digit is a 5 or a 6
                    • [10, 24, 35] when spelled out in English, starts with the letter "T" and has no spaces. (e.g. twenty-four)
                    Navier
                    -
                    Stokes
                    :
                    Nancy Drew 39
                    ,
                    Rockhopper
                    (24 points):
                      Yang
                      -
                      Mills
                      :
                      Sirius9121
                      ,
                      Not_Mafia
                      (24 points):
                      • [18, 81, 84, 86] 2-digit numbers where exactly one digit is an 8
                      • [400, 512, 529, 729] triple digit numbers
                      • [1, 3, 4, 8] single-digit numbers
                      It is
                      StrangerCoug
                      's turn ((expired on 2020-11-06 18:48:16))
                      The failure mode of clever is asshole.

                      Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                      User avatar
                      Plotinus
                      Plotinus
                      Kitten Caboodle
                      User avatar
                      User avatar
                      Plotinus
                      Kitten Caboodle
                      Kitten Caboodle
                      Posts: 7611
                      Joined: March 13, 2015
                      Location: UTC+1
                      Contact:

                      Post Post #1441 (isolation #547) » Thu Nov 05, 2020 3:13 am

                      Post by Plotinus »

                      Spoiler: completed sequences
                      • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                      • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                      • [3, 17, 31, 2, 7, 11, 29] primes
                      • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                      • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                      • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                      • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one
                      • [76, 7, 165, 250, 68, 28, 841] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)
                      • [5, 57, 600, 51, 56, 69, 513] first digit is a 5 or a 6


                      Swinnerton
                      -
                      Dyer
                      :
                      StrangerCoug
                      ,
                      Farren
                      (22 points):
                      • [10, 24, 35] when spelled out in English, starts with the letter "T" and has no spaces. (e.g. twenty-four)
                      Navier
                      -
                      Stokes
                      :
                      Nancy Drew 39
                      ,
                      Rockhopper
                      (24 points):
                        Yang
                        -
                        Mills
                        :
                        Sirius9121
                        ,
                        Not_Mafia
                        (24 points):
                        • [18, 81, 84, 86] 2-digit numbers where exactly one digit is an 8
                        • [400, 512, 529, 729] triple digit numbers
                        • [1, 3, 4, 8] single-digit numbers
                        Swinnerton
                        -
                        Dyer
                        gains 7 points. It is
                        Nancy Drew 39
                        's turn ((expired on 2020-11-07 15:14:00))
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1443 (isolation #548) » Thu Nov 05, 2020 9:53 am

                        Post by Plotinus »

                        Spoiler: completed sequences
                        • [5, 10, 20, 25, 30, 80, 100, 220, 1000] multiples of 5
                        • [6, 50, 128, 4, 20, 25, 625,] 5-smooth numbers
                        • [3, 17, 31, 2, 7, 11, 29] primes
                        • [64, 37, 10, 21, 29, 28, 1, 6, 4, 19] either the digit sum adds up to 10, or the number itself is ten, or two numbers submitted together add up to a multiple of ten
                        • [4, 25, 144, 1000, 1,16,961 ] perfect powers (power must be greater than or equal to 2)
                        • [23, 56, 300, 20, 30, 256, 85] Numbers whose digit sum is prime
                        • [10, 71, 12, 11, 169, 441, 1] Numbers containing a one
                        • [76, 7, 165, 250, 68, 28, 841] numbers either contain the digit 7 or they add up to a multiple of 7 (in the case of 3 digit numbers, two of the digits may be taken together as a two-digit number, e.g. 165 -> 16 + 5 = 21 = 7×3)
                        • [5, 57, 600, 51, 56, 69, 513] first digit is a 5 or a 6


                        Swinnerton
                        -
                        Dyer
                        :
                        StrangerCoug
                        ,
                        Farren
                        (22 points):
                        • [10, 24, 35] when spelled out in English, starts with the letter "T" and has no spaces. (e.g. twenty-four)
                        Navier
                        -
                        Stokes
                        :
                        Nancy Drew 39
                        ,
                        Rockhopper
                        (24 points):
                        • [45, 81, 90] digits add up to nine
                        Yang
                        -
                        Mills
                        :
                        Sirius9121
                        ,
                        Not_Mafia
                        (24 points):
                        • [18, 81, 84, 86] 2-digit numbers where exactly one digit is an 8
                        • [400, 512, 529, 729] triple digit numbers
                        • [1, 3, 4, 8] single-digit numbers
                        Nice one, Nancy. It is
                        Sirius9121
                        's turn ((expired on 2020-11-07 21:48:00))

                        Sirius has submitted an invalid bingo by PM and needs to figure something else out.
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1444 (isolation #549) » Fri Nov 06, 2020 10:44 am

                        Post by Plotinus »

                        prodded sirius
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1448 (isolation #550) » Fri Nov 06, 2020 7:54 pm

                        Post by Plotinus »

                        There are 75 non prime numbers between 1 and 100 inclusive. [1, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 38, 39, 40, 42, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 60, 62, 63, 64, 65, 66, 68, 69, 70, 72, 74, 75, 76, 77, 78, 80, 81, 82, 84, 85, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100]

                        Removing some of the digits does get it below 50 in this instance but:

                        Sirius can you prove this part mathematically:
                        If you are a following a meta rule to generate rules for sequences, then the meta rule shouldn't be able to generate sequences that are bingos for more than 1/64th of hands.
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1449 (isolation #551) » Fri Nov 06, 2020 7:55 pm

                        Post by Plotinus »

                        The metarule being "nonprime that doesn't contain the digits a, b, or c"
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1453 (isolation #552) » Sat Nov 07, 2020 7:11 am

                        Post by Plotinus »

                        In post 1450, Sirius9121 wrote:Hm. Thats false.

                        I'll change to 'nonprimes which the first digit from the left is a final digit of any triangular number'.

                        You'll notice that there are no triangular numbers that start with 2,4,7 or 9.
                        eq.t nonprimes which the first digit from left is 1.3.5.6 or 8
                        I think this might still be too overengineered: is "nonprimes which the first digit from the left is a, b, c, d, or e" going to generate a bingo with more than 1/64 of hands?
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1454 (isolation #553) » Sat Nov 07, 2020 7:15 am

                        Post by Plotinus »

                        In post 1452, Farren wrote:I'd object to that, because it would imply that I'd have to understand what's going on too, and my understanding of the meta-rule isn't as firm as I'd like.

                        Like, take your bingo. Numbers containing a 1. I can turn that into a meta-rule: "Numbers containing a specific single digit." But I'm not sure where exactly the dividing line is between "cases where there's a meta-rule" and "cases where there isn't."

                        I also have no idea how to prove that a given bingo falls foul (or doesn't) of the meta-rule clause; all I know how to do is experimental "proof" (generate hands of numbers and see how many are a match - which proves nothing; if you flip a coin three times and it comes up heads three times, that doesn't prove the coin's rigged). And I can't do that very fast with my current understanding of spreadsheets, so trying to do it 64 times is a major headache.
                        The simpler the bingo is, the more likely it fits the rules. For example "all the cards are even" or "is divisible by 3 with 1 left over" are acceptable bingos, and the meta rule in this case is "Are any of my cards divisible by 2? Divisible by 2 with 1 left over? Divisible by 3? Divisible by 3 with 1 left over? Divisible by 3 with 2 left over? Divisible by 5? ..."

                        If your method of generating bingos is "glance at my hand and notice something really obvious, like all of the numbers are prime" then that's always going to be allowed as long as less than half of the numbers below 100 have this property. (nonprime by itself is way more than 50 so that wouldn't work).

                        If you're playing without a spreadsheet, then you will never run afoul of the meta rule.


                        but if you're curious, the way you work out it without trying all the options is through a branch of mathematics called Combinatorics. It's pretty fun, especially early on when the problems are less hairy, but it's also pretty easy to make mistakes and real life combinatorics problems can get pretty ugly
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1455 (isolation #554) » Sat Nov 07, 2020 7:23 am

                        Post by Plotinus »

                        This site is aimed at teenagers and has questionable color scheme choices but it has some worked examples for learning the fun parts of Combinatorics https://www.coolmath.com/algebra/20-combinatorics
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1469 (isolation #555) » Sat May 01, 2021 7:07 pm

                        Post by Plotinus »

                        If it's just a matter of telling people what their cards are and reminding them that it's their turn, I can do it, but I don't have the energy for making a lot of decisions about edge cases or whether a sequence is too over engineered or not. If someone wants to volunteer to co-mod and make most of the hard decisions, then that could work.

                        I'm sorry for disappearing in the middle of this before and it'd be nice to see it through if we can
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1474 (isolation #556) » Mon May 03, 2021 5:27 am

                        Post by Plotinus »

                        I'll message rockhopper to see if they're still interested, it looks like everyone else has chimed in. Sirius can co-mod.
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1482 (isolation #557) » Tue May 04, 2021 5:41 am

                        Post by Plotinus »

                        With 5 players it's hard to do teams but if 1 person /ins we could have 3 teams of 2.

                        If we continue the old game, Sirius' cards would be reshuffled into the deck.

                        Looks like one person feels strongly about starting anew vs continuing and one person is okay with starting anew. How do the others feel? Does anyone else feel strongly about either option?
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1486 (isolation #558) » Wed May 05, 2021 6:23 pm

                        Post by Plotinus »

                        Spoiler: player order randomisation
                        [ins] In [2]: players = ['Farren', 'StrangerCoug', 'Rockhopper', 'Nancy Drew 39', 'Not_Mafia']
                        [ins] In [3]: random.shuffle(players)
                        [ins] In [4]: players
                        Out[4]: ['Not_Mafia', 'Farren', 'Rockhopper', 'Nancy Drew 39', 'StrangerCoug']



                        Player order is: Not_Mafia', 'Farren', 'Rockhopper', 'Nancy Drew 39', 'StrangerCoug'

                        I'll get new hands out soon. If somebody new /ins midgame we can coalesce into teams if people want? Otherwise there are 5 teams of 1
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1488 (isolation #559) » Wed May 05, 2021 6:42 pm

                        Post by Plotinus »

                        Spoiler: completed sequences


                        Not_Mafia
                        (0 points):
                        • [21, 24, 48] one digit is double the other digit
                        Farren
                        (0 points):
                        Rockhopper
                        (0 points):
                        Nancy Drew 39
                        (0 points):
                        StrangerCoug
                        (0 points):
                        It is
                        Farren
                        's turn ((expired on 2021-05-08 07:43:00))
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1490 (isolation #560) » Wed May 05, 2021 6:53 pm

                        Post by Plotinus »

                        Spoiler: completed sequences


                        Not_Mafia
                        (0 points):
                        • [21, 24, 48] one digit is double the other digit
                        Farren
                        (0 points):
                        • [81, 900, 441] multiples of 9
                        Rockhopper
                        (0 points):
                        Nancy Drew 39
                        (0 points):
                        StrangerCoug
                        (0 points):
                        It is
                        Rockhopper
                        's turn ((expired on 2021-05-08 01:53:33))
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1496 (isolation #561) » Mon May 10, 2021 7:32 pm

                        Post by Plotinus »

                        sorry, i had a migraine for a few days. I prodded Not_Mafia now, so they have another (expired on 2021-05-12 02:32:23) before we auto-move for them. I'm gonna figure out who to ask about getting Sirius editing privs on this thread so he can change the title

                        edit: PMed PrivateI
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1503 (isolation #562) » Wed May 12, 2021 5:59 pm

                        Post by Plotinus »

                        Yeah, just hands and prods.

                        I PMed the mishmash mod about giving Sirius9121 perms but I haven't heard back, I'll try PMing a different one. I'll edit the topic now and prod Nancy now and then she'll have (expired on 2021-05-14 00:59:39) to go
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1504 (isolation #563) » Wed May 12, 2021 7:34 pm

                        Post by Plotinus »

                        Nancy Drew 39 wrote: 8, 17, 52. Where the first two numbers are the inverse of the third? 8 + 17 = 25 which is the inverse of 52?

                        Can I do this?
                        We allowed this from Nancy last game so I think it's okay this game too. The sum of two numbers in the sequence backwards is a number in the sequence, so either you play 3 cards at once or you play two numbers together that sum to one of 8, 71 or 52.

                        Spoiler: completed sequences
                        • [1, 2, 16, 512, 8, 4, 256] powers of two


                        Not_Mafia
                        (0 points):
                        • [21, 24, 48] one digit is double the other digit
                        Farren
                        (0 points):
                        • [81, 900, 441] multiples of 9
                        • [20, 35, 53] two digit numbers where the difference between the digits is exactly 2
                        Rockhopper
                        (7 points):
                        • [343, 88, 19] numbers whose product of digits is a perfect square not equal to zero
                        Nancy Drew 39
                        (0 points):
                        • [2, 29, 25] numbers with a 2 in them
                        • [8, 17, 52] sum 2 numbers and reverse the digits
                        StrangerCoug
                        (0 points):
                        It is
                        StrangerCoug
                        's turn ((expired on 2021-05-14 02:34:17) until prod)
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1505 (isolation #564) » Wed May 12, 2021 7:35 pm

                        Post by Plotinus »

                        i'm going to be really busy the next 7 days but I'll try to check in more often than I have been and update the game.
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1506 (isolation #565) » Thu May 13, 2021 4:01 am

                        Post by Plotinus »

                        Sirius should have editing privileges now, including title editing privileges. Thanks, xofelf!
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1508 (isolation #566) » Thu May 13, 2021 6:54 pm

                        Post by Plotinus »

                        Spoiler: completed sequences
                        • [1, 2, 16, 512, 8, 4, 256] powers of two


                        Not_Mafia
                        (0 points):
                        • [21, 24, 48] one digit is double the other digit
                        Farren
                        (0 points):
                        • [81, 900, 441] multiples of 9
                        • [20, 35, 53] two digit numbers where the difference between the digits is exactly 2
                        Rockhopper
                        (7 points):
                        • [343, 88, 19] numbers whose product of digits is a perfect square not equal to zero
                        Nancy Drew 39
                        (0 points):
                        • [2, 29, 25] numbers with a 2 in them
                        • [8, 17, 52] sum 2 numbers and reverse the digits
                        StrangerCoug
                        (0 points):
                        • [1, 3, 5] single-digit numbers
                        It is
                        Not_Mafia
                        's turn ((expired on 2021-05-15 01:54:10) until prod)
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1509 (isolation #567) » Fri May 14, 2021 7:00 pm

                        Post by Plotinus »

                        Prodded Not_Mafia (expired on 2021-05-16 02:00:43)
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1513 (isolation #568) » Fri May 14, 2021 8:08 pm

                        Post by Plotinus »

                        Spoiler: completed sequences
                        • [1, 2, 16, 512, 8, 4, 256] powers of two[/ooc
                        • [2, 29, 25, 225, 92, 128, 729] numbers with a 2 in them]


                        Not_Mafia
                        (7 points):
                        • [21, 24, 48] one digit is double the other digit
                        Farren
                        (0 points):
                        • [81, 900, 441] multiples of 9
                        • [20, 35, 53] two digit numbers where the difference between the digits is exactly 2
                        Rockhopper
                        (7 points):
                        • [343, 88, 19] numbers whose product of digits is a perfect square not equal to zero
                        Nancy Drew 39
                        (0 points):
                        • [8, 17, 52] sum 2 numbers and reverse the digits
                        StrangerCoug
                        (0 points):
                        • [1, 3, 5] single-digit numbers
                        Not_Mafia gains 7 points. It is
                        Farren
                        's turn ((expired on 2021-05-16 03:08:27) until prod)

                        pedit: idk, whatever sirius decides, but my inclination is to say "post it and ask the person who started the sequence if it meets their vision for the sequence"
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1514 (isolation #569) » Fri May 14, 2021 8:10 pm

                        Post by Plotinus »

                        if it takes 2 days to reach a decision then the auto-move for Farren's turn is to post the move he PMed us
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        User avatar
                        Plotinus
                        Plotinus
                        Kitten Caboodle
                        User avatar
                        User avatar
                        Plotinus
                        Kitten Caboodle
                        Kitten Caboodle
                        Posts: 7611
                        Joined: March 13, 2015
                        Location: UTC+1
                        Contact:

                        Post Post #1517 (isolation #570) » Sat May 15, 2021 7:50 am

                        Post by Plotinus »

                        I've PMed nancy to ask her to weigh in
                        The failure mode of clever is asshole.

                        Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
                        Locked

                        Return to “Sens-O-Tape Archive”