integer / deck.json
lancejpollard's picture
save
c4e9cdf
{
"form": "deck@1",
"provider": "cluesurf",
"project": "integer",
"title": "Integer Sequences",
"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.",
"version": "v0.1.0",
"tags": [
"mathematics",
"integers",
"sequences",
"primes",
"combinatorics",
"number-theory"
],
"authors": [
{
"name": "Lance Pollard",
"email": "lp@elk.fm",
"affiliation": "ClueSurf"
}
],
"licenses": [
{
"reference": "CC0-1.0"
}
],
"sources": [
{
"provider": "t5k.org",
"title": "The Prime Pages: First 50 Million Primes",
"url": "https://t5k.org/lists/small/millions/",
"accessedAt": "2026-04-11T00:00:00Z"
},
{
"provider": "oeis",
"title": "The On-Line Encyclopedia of Integer Sequences",
"url": "https://oeis.org",
"accessedAt": "2026-04-11T00:00:00Z"
}
]
}