CoolFace
Datasetpublic

cluesurf/integer

Integer Sequences Many integer sequences as one-value-per-line CSV files. Generated from formulas, recurrences, sieves, and filters. Primes sourced from https://t5k.org. Contents Each file in base/ holds one sequence, one integer per line, sorted ascending. Figurate and geometric triangular, pentagonal, hexagonal, heptagonal, star pow-2, pow-3, pow-5, pow-7 tetrahedral, pentatope, octahedral square-pyramidal, stella-octangula icosahedral… See the full description on the dataset page: https://huggingface.co/datasets/cluesurf/integer.

sourceHugging Facecc0-1.0updated 5mo agoView on Hugging Face
0likes120downloads
deck.json43 linesDownload Raw Back to root
1{2  "form": "deck@1",3  "provider": "cluesurf",4  "project": "integer",5  "title": "Integer Sequences",6  "description": "Many integer sequences generated from formulas, recurrences, sieves, and filters. Covers figurate numbers, prime derivatives, combinatorial sequences, digit-based sequences, and more. Primes sourced from t5k.org.",7  "version": "v0.1.0",8  "tags": [9    "mathematics",10    "integers",11    "sequences",12    "primes",13    "combinatorics",14    "number-theory"15  ],16  "authors": [17    {18      "name": "Lance Pollard",19      "email": "lp@elk.fm",20      "affiliation": "ClueSurf"21    }22  ],23  "licenses": [24    {25      "reference": "CC0-1.0"26    }27  ],28  "sources": [29    {30      "provider": "t5k.org",31      "title": "The Prime Pages: First 50 Million Primes",32      "url": "https://t5k.org/lists/small/millions/",33      "accessedAt": "2026-04-11T00:00:00Z"34    },35    {36      "provider": "oeis",37      "title": "The On-Line Encyclopedia of Integer Sequences",38      "url": "https://oeis.org",39      "accessedAt": "2026-04-11T00:00:00Z"40    }41  ]42}43