Skip to content

Commit

Permalink
Enable "Gijswijt’s Sequence"
Browse files Browse the repository at this point in the history
Closes #724
  • Loading branch information
JRaspass committed Jun 30, 2023
1 parent faff58b commit 13d2a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/holes.toml
Expand Up @@ -892,7 +892,6 @@ preamble = '''

['Gijswijt’s Sequence']
category = 'Sequence'
experiment = 724
links = [
{ name = 'OEIS A090822', url = '//oeis.org/A090822' },
{ name = 'Wikipedia', url = "//en.wikipedia.org/wiki/Gijswijt's_sequence" },
Expand Down
9 changes: 5 additions & 4 deletions sql/a-schema.sql
Expand Up @@ -30,10 +30,11 @@ CREATE TYPE hole AS ENUM (
'collatz', 'css-colors', 'cubes', 'day-of-week', 'diamonds', 'divisors',
'emirp-numbers', 'emirp-numbers-long', 'emojify', 'evil-numbers',
'evil-numbers-long', 'fibonacci', 'fizz-buzz', 'foo-fizz-buzz-bar',
'forsyth-edwards-notation', 'fractions', 'game-of-life', 'happy-numbers',
'happy-numbers-long', 'hexdump', 'intersection', 'inventory-sequence',
'isbn', 'jacobi-symbol', 'kolakoski-constant', 'kolakoski-sequence',
'leap-years', 'levenshtein-distance', 'leyland-numbers', 'look-and-say',
'forsyth-edwards-notation', 'fractions', 'game-of-life',
'gijswijts-sequence', 'happy-numbers', 'happy-numbers-long', 'hexdump',
'intersection', 'inventory-sequence', 'isbn', 'jacobi-symbol',
'kolakoski-constant', 'kolakoski-sequence', 'leap-years',
'levenshtein-distance', 'leyland-numbers', 'look-and-say',
'lucky-numbers', 'lucky-tickets', 'maze', 'medal-tally', 'morse-decoder',
'morse-encoder', 'musical-chords', 'niven-numbers', 'niven-numbers-long',
'number-spiral', 'odious-numbers', 'odious-numbers-long',
Expand Down

0 comments on commit 13d2a54

Please sign in to comment.