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

Post Post #225 (ISO) » Tue Nov 12, 2019 7:56 am

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
DeathRowKitty has 44 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
Felissan has 21 points and:
popsofctown has 14 points and is being replaced:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
StrangerCoug has 14 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
  • [28, 36, 50, 93] numbers with exactly 2 distinct prime factors
There are 16 cards left in the deck. It is Deathrowkitty's turn.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #226 (ISO) » Tue Nov 12, 2019 6:40 pm

Post by DeathRowKitty »

[3, 74, 512]

numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #227 (ISO) » Tue Nov 12, 2019 7:33 pm

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
DeathRowKitty has 44 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
  • [3, 74, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime
Felissan has 21 points and is being replaced:
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
StrangerCoug has 14 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
  • [28, 36, 50, 93] numbers with exactly 2 distinct prime factors
There are 13 cards left in the deck. It is Yimmy's turn, who replaced popsofctown.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #228 (ISO) » Wed Nov 13, 2019 5:03 am

Post by DeathRowKitty »

hi new popsofctown!
User avatar
Yimmy
Yimmy
any pronouns
Goon
User avatar
User avatar
Yimmy
any pronouns
Goon
Goon
Posts: 719
Joined: September 8, 2014
Pronoun: any pronouns

Post Post #229 (ISO) » Wed Nov 13, 2019 6:36 am

Post by Yimmy »

hi guys. im yimmy
math is fun but also hard so don't expect riveting sequences from me as of now
Numbers such that when all individual digits are added together the sum is equal to a power of two: 2, 8, 20, 512
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #230 (ISO) » Wed Nov 13, 2019 7:09 am

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
DeathRowKitty has 44 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
  • [3, 74, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime
Felissan has 21 points and is being replaced:
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
  • [2, 8, 20, 512] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = 2^k | ai ≥ 0, d > 0, k ∈ ℤ
    } sum of the digits is a power of 2
StrangerCoug has 14 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
  • [28, 36, 50, 93] numbers with exactly 2 distinct prime factors
There are 9 cards left in the deck. It is StrangerCoug's turn.


Yay, welcome Yimmy
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
StrangerCoug
StrangerCoug
He/Him
Does not Compute
User avatar
User avatar
StrangerCoug
He/Him
Does not Compute
Does not Compute
Posts: 12457
Joined: May 6, 2008
Pronoun: He/Him
Location: San Antonio, Texas

Post Post #231 (ISO) » Wed Nov 13, 2019 8:48 am

Post by StrangerCoug »

Play 1, 5, 35, 90 to finish off the coins one


From what I've tested, you
CAN
make change from a dollar with exactly 35 coins, but the way I found resorts to using all three of dimes, nickels, and pennies (1 quarter, 1 dime, 8 nickels, 25 pennies), and DRK's rule requires excluding at least one of those coins to be ruled out. I have been unable to find a way to do it without using all four denominations, but my check hasn't been completely thorough, so if someone can prove 35 doesn't belong I'll take it back and play something else.
STRANGERCOUG: Stranger Than You!

Current avatar by PurryFurry of FurAffinity.

What Were You Thinking XV! is in progress.
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #232 (ISO) » Wed Nov 13, 2019 9:14 am

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one
  • [1, 3, 5, 35, 74, 90, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
DeathRowKitty has 44 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
Felissan has 21 points and is being replaced:
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
  • [2, 8, 20, 512] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = 2^k | ai ≥ 0, d > 0, k ∈ ℤ
    } sum of the digits is a power of 2
StrangerCoug has 21 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
  • [28, 36, 50, 93] numbers with exactly 2 distinct prime factors
There are 5 cards left in the deck. It is implosion's turn.


I don't think I can prove it right now either, but I played around with it long enough to convince myself that I couldn't make change with 35 under those rules. If someone else can find a way to do we can roll it back.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #233 (ISO) » Wed Nov 13, 2019 9:15 am

Post by DeathRowKitty »

Yeah, SC's numbers all work. Numbers that could not be put into that sequence are those n with 4 ≤ n ≤ 100 that satisfy at least one of the following 3 properties:
1) n ≡ 1 (mod 3)
2) n ≡ 0 (mod 4)
3) 6 ≤ n ≤ 19
User avatar
implosion
implosion
he/him
Polymath
User avatar
User avatar
implosion
he/him
Polymath
Polymath
Posts: 14565
Joined: September 9, 2010
Pronoun: he/him
Location: zoraster's wine cellar

Post Post #234 (ISO) » Wed Nov 13, 2019 12:49 pm

Post by implosion »

Similar to, but slightly broader than my previous sequence: numbers where any consecutive digits differ by *at most* 1.

99, 89, 11.
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #235 (ISO) » Wed Nov 13, 2019 2:52 pm

Post by DeathRowKitty »

I never got new cards after my last turn btw
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #236 (ISO) » Wed Nov 13, 2019 7:25 pm

Post by Plotinus »

In post 235, DeathRowKitty wrote:I never got new cards after my last turn btw
I moved them to your hand in the mod PT but didn't manage to PM them to you. I've done that now, so you have 48 hours for your move starting from now, not starting from when implosion played, because you didn't have cards before.

I'll update this after breakfast
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

Post Post #237 (ISO) » Wed Nov 13, 2019 8:07 pm

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one
  • [1, 3, 5, 35, 74, 90, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
  • [11, 89, 99]Numbers where any consecutive digits differ by at most 1
DeathRowKitty has 44 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
Felissan has 21 points and is being replaced:
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
  • [2, 8, 20, 512] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = 2^k | ai ≥ 0, d > 0, k ∈ ℤ
    } sum of the digits is a power of 2
StrangerCoug has 21 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
  • [28, 36, 50, 93] numbers with exactly 2 distinct prime factors
There are 2 cards left in the deck. It is DeathRowKitty's turn.


Should we cannibalise Felissan's hand too if I don't find a replacement before we run out of cards or just leave it be?
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
StrangerCoug
StrangerCoug
He/Him
Does not Compute
User avatar
User avatar
StrangerCoug
He/Him
Does not Compute
Does not Compute
Posts: 12457
Joined: May 6, 2008
Pronoun: He/Him
Location: San Antonio, Texas

Post Post #238 (ISO) » Thu Nov 14, 2019 7:18 am

Post by StrangerCoug »

In post 237, Plotinus wrote:Should we cannibalise Felissan's hand too if I don't find a replacement before we run out of cards or just leave it be?
I'm good with it.
STRANGERCOUG: Stranger Than You!

Current avatar by PurryFurry of FurAffinity.

What Were You Thinking XV! is in progress.
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #239 (ISO) » Thu Nov 14, 2019 8:17 pm

Post by Plotinus »

DeathRowKitty has been prodded. It will be Yimmy's turn in (expired on 2019-11-16 03:17:05), or as soon as DeathRowKitty goes, whichever happens first.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #240 (ISO) » Fri Nov 15, 2019 4:06 pm

Post by DeathRowKitty »

Forgot it was my turn, sorry.

[10,45,86] to numbers with 2 prime factors
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #241 (ISO) » Fri Nov 15, 2019 7:43 pm

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one
  • [1, 3, 5, 35, 74, 90, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime
  • [10, 28, 36, 45, 50, 86, 93] numbers with exactly 2 distinct prime factors


Implosion has 49 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
  • [11, 89, 99]Numbers where any consecutive digits differ by at most 1
DeathRowKitty has 51 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
  • [2, 8, 20, 512] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = 2^k | ai ≥ 0, d > 0, k ∈ ℤ
    } sum of the digits is a power of 2
StrangerCoug has 21 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
There are 6 cards left in the deck. It is Yimmy's turn.


Shuffled Felissan's hand in before giving DeathRowKitty new cards since nobody objected in time. Felissan had 21 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

Post Post #242 (ISO) » Sat Nov 16, 2019 10:53 pm

Post by Plotinus »

Yimmy has been prodded. It will be StrangerCoug's turn in (expired on 2019-11-18 05:52:55) or as soon as Yimmy goes, whichever happens first.
The failure mode of clever is asshole.

Modding checklists | Sequencer is in Game 5 | Space II is in Day 4
User avatar
Yimmy
Yimmy
any pronouns
Goon
User avatar
User avatar
Yimmy
any pronouns
Goon
Goon
Posts: 719
Joined: September 8, 2014
Pronoun: any pronouns

Post Post #243 (ISO) » Sun Nov 17, 2019 3:42 pm

Post by Yimmy »

Numbers that are prime when the digits are reversed: 2, 14, 17
User avatar
StrangerCoug
StrangerCoug
He/Him
Does not Compute
User avatar
User avatar
StrangerCoug
He/Him
Does not Compute
Does not Compute
Posts: 12457
Joined: May 6, 2008
Pronoun: He/Him
Location: San Antonio, Texas

Post Post #244 (ISO) » Sun Nov 17, 2019 5:31 pm

Post by StrangerCoug »

1, 11, 1000 to finish off numbers whose digit sum is a power of 2
STRANGERCOUG: Stranger Than You!

Current avatar by PurryFurry of FurAffinity.

What Were You Thinking XV! is in progress.
User avatar
implosion
implosion
he/him
Polymath
User avatar
User avatar
implosion
he/him
Polymath
Polymath
Posts: 14565
Joined: September 9, 2010
Pronoun: he/him
Location: zoraster's wine cellar

Post Post #245 (ISO) » Sun Nov 17, 2019 5:52 pm

Post by implosion »

Finish off my last sequence w/ consecutive digit differences with 1,2,8,21
User avatar
Plotinus
Plotinus
Kitten Caboodle
User avatar
User avatar
Plotinus
Kitten Caboodle
Kitten Caboodle
Posts: 7611
Joined: March 13, 2015
Location: UTC+1

Post Post #246 (ISO) » Sun Nov 17, 2019 7:56 pm

Post by Plotinus »

Spoiler: Finished sequences:
  • [5, 9, 10, 27, 48, 66, 98] {
    n2 ± [0, 2]
    } numbers within 2 of a perfect square,
  • [13, 15, 51, 53, 55, 73, 91] {
    n = a010d + a110d-1 + ... + ad100 with ai ≡ 1 (mod 2) ∀ i ∈ [1, 9], ∀ d > 0
    } numbers with at least two digits, all of which are odd
  • [10, 21, 23, 45, 46, 59, 70] {
    n is 0 or odd (mod 9)
    } numbers that are odd when you repeatedly sum their digits
  • [6, 7, 8, 13, 18, 20, 24, 34, 40] n is the sum of the Scrabble point values of the letters in the US spelling of the numbers in the deck.
  • [12, 20, 35, 62, 85, 95, 100] numbers that are the sum of the proper divisors of some number < 1000 not in the deck for this game.
  • [11, 17, 19, 29, 43, 71, 83] primes
  • [5, 6, 13, 15, 16, 27, 100] numbers used in , including substrings of other numbers, but not including the deck spoiler
  • [10, 21, 56, 57, 64, 76, 729] integers n for which there exists some integer m such that (n-1)/3m and (n-2)/3m are each endpoints of intervals removed during (possibly different) steps of the usual construction of the Cantor set (i.e. the construction in which each step removes the middle third of intervals existing after the previous step)
  • [1, 10, 15, 28, 36, 78, 120] {
    n*(n-1)/2)
    }: triangular numbers
  • [1, 4, 9, 16, 25, 64, 81] {
    n2
    } squares
  • [7, 8, 9, 25, 37, 47, 49] {
    pk | pk < 50, prime p, k > 0
    }
    \
    {
    19, 27
    } numbers less than 50 with exactly 1 prime factor
  • [12, 15, 19, 34, 35, 45, 49] 2 digit numbers with increasing digits
  • [7, 14, 35, 42, 56, 63, 343] {
    7n
    } divisible by 7
  • [8, 18, 29, 79, 87, 92, 96] {
    maxdigit(n) > 7
    } numbers that contain an 8 or 9
  • [3, 4, 5, 7, 21, 22, 64] the nth prime doesn't have any even digits
  • [1, 3, 6, 26, 54, 80, 220] numbers n for which there exists some positive integer with exactly 2n primitive roots
  • [4, 13, 18, 27, 72, 88, 97] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = k^2 | ai ≥ 0, d > 0, k ∈ ℤ
    } numbers whose digit sum is a square
  • [3, 21, 24, 33, 39, 84, 165] {
    3n
    } multiples of 3
  • [1, 2, 4, 16, 32, 64, 256] {
    2n
    } powers of two
  • [2, 3, 8, 23, 32, 56, 89] Numbers where each pair of consecutive digits differ by exactly one
  • [1, 3, 5, 35, 74, 90, 512] numbers n for which there exists no way to make change for a dollar using exactly n coins, each of which may be a penny, nickel, dime, or quarter, without using at least one penny, one nickel, and one dime
  • [10, 28, 36, 45, 50, 86, 93] numbers with exactly 2 distinct prime factors
  • [1, 2, 8, 11, 20, 512, 1000] {
    n = a010d + a110d-1 + ... + ad100 with Σi∈[0,d]ai = 2^k | ai ≥ 0, d > 0, k ∈ ℤ
    } sum of the digits is a power of 2
  • [1, 2, 8, 11, 21, 89, 99]Numbers where any consecutive digits differ by at most 1


Implosion has 56 points and:
  • [30, 42, 65] Composite squarefree numbers where when you take the sum of prime factors and write it in english, at least 1/3 of the letters in the word are "e"
  • [9, 17, 69, 77] {
    n ≡ 1 (mod 4) ∧ n ≥ 7 (mod 10)
    } Numbers congruent to 1 mod 4 whose last digit, written in english, can have the letters "ty" appended to the end of it to multiply it by ten (e.g., "six" times ten is "sixty", but "fourty" is not a number, so the last digit cannot be four)
  • [5, 6, 50, 125] Numbers such that if you take the number of letters in the english spelling and add that to the number, and then repeat that process a second time, the result is in the range 11-15 mod 50 (inclusive).
DeathRowKitty has 51 points and:
  • [38, 82, 84] slots never touched by Ace, 5, or 9 in perfect out-shuffles of standard 52 card decks, mod 52
  • [1, 31, 61] numbers relatively prime to 210
Yimmy has 14 points:
  • [55, 58, 60] {
    n, k, c st n is composite; k - c is perfect; c|n; k = max(d) st d|n ∧d ≠ n
    } composite number whose greatest non-trivial divisor minus any of its other divisors is a perfect number
  • [30, 40, 55, 75] {
    25 + (5n * (n + 1) / 2)
    } 25 + 5n, where n is a triangular number
  • [2, 14, 17] numbers that are prime when their digits are reversed
StrangerCoug has 28 points and:
  • [5, 7, 10, 14] {
    n*(n-1)/2) + 4
    } triangular numbers + 4
  • [4, 20, 36, 52, 68] {
    16n + 4
    } remainder is 4 when dividing by 16
There are 0 cards left in the deck. It is DeathRowKitty's turn.


StrangerCoug was the last player who could draw any cards. You can continue trying to complete sequences with the cards you have in your hands or you can pass. The game will end when all 4 players pass in a row. If there is a tie between players it'll be broken by how many cards you have in front of you in unfinished sequences.
Last edited by Plotinus on Mon Nov 18, 2019 7: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
StrangerCoug
StrangerCoug
He/Him
Does not Compute
User avatar
User avatar
StrangerCoug
He/Him
Does not Compute
Does not Compute
Posts: 12457
Joined: May 6, 2008
Pronoun: He/Him
Location: San Antonio, Texas

Post Post #247 (ISO) » Mon Nov 18, 2019 5:12 am

Post by StrangerCoug »

So I think we've all got the hang of this and can play Game 2 with a slightly bigger deck.
Spoiler: My proposed Game 2 deck
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 15, 15, 15, 15, 15, 16, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 21, 22, 23, 23, 24, 24, 25, 25, 25, 26, 27, 27, 27, 28, 28, 28, 29, 29, 30, 30, 30, 31, 32, 32, 33, 34, 34, 35, 35, 35, 35, 36, 36, 36, 37, 38, 39, 40, 40, 41, 42, 42, 43, 44, 45, 45, 45, 46, 47, 48, 49, 49, 49, 50, 50, 51, 52, 53, 54, 55, 55, 55, 56, 56, 56, 57, 58, 59, 60, 61, 62, 63, 63, 64, 64, 64, 64, 65, 66, 67, 68, 69, 70, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 81, 82, 83, 84, 84, 85, 86, 87, 88, 89, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 100, 100, 120, 121, 125, 128, 144, 165, 169, 196, 200, 216, 220, 225, 250, 256, 256, 289, 300, 324, 343, 361, 400, 400, 441, 484, 500, 500, 512, 512, 529, 576, 600, 625, 676, 700, 729, 729, 750, 784, 800, 841, 900, 900, 961, 1000, 1000, 1000

This consists of the following "decks" shuffled together:
  • The Game 1 deck
  • Every multiple of 100 less than or equal to 1,000
  • Every multiple of 250 less than or equal to 1,000
  • Every square between 100 and 1,000 exclusive (since every square from 1 to 100 inclusive already appears at least twice in the Game 1 deck and √1000 is not an integer)
If a number occurs in multiple decks, it is shuffled in as many times as it occurs total in each deck.

I've been trying (without much effort, admittedly) to "reverse engineer" Plotinus's deck to see how he put it together, but the lowest number to appear once only in the Game 1 deck is 26 and every number above 100 in the Game 1 deck is at least one of a square, a power of two, or a tetrahedral number. For at least some sequences, though, he just puts in the first 10 numbers.
STRANGERCOUG: Stranger Than You!

Current avatar by PurryFurry of FurAffinity.

What Were You Thinking XV! is in progress.
DeathRowKitty
DeathRowKitty
she
Frog
DeathRowKitty
she
Frog
Frog
Posts: 6296
Joined: June 7, 2009
Pronoun: she

Post Post #248 (ISO) » Mon Nov 18, 2019 6:50 am

Post by DeathRowKitty »

pass

also the second number listed for digit-reversed primes should be 14, not 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

Post Post #249 (ISO) » Mon Nov 18, 2019 7:28 am

Post by Plotinus »

I've edited the second number of the digit-reversed primes, thanks for pointing that out.

The original deck was constructed from the first 100 numbers + the first 10 numbers of the easiest sequences I could think of, until it felt like there were enough cards.

I propose adding 1, 3, 9, 27, 81, 243, 729 to StrangerCoug's deck, or at the very least adding 243 in, because it is sad that you can only put 6 numbers in 3^n.

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

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

Return to “Sens-O-Tape Archive”