cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A081766 Numbers k such that k^2+1 divides C(2k,k).

Original entry on oeis.org

0, 1, 3, 8, 13, 17, 30, 46, 47, 68, 73, 75, 93, 98, 105, 112, 122, 144, 155, 172, 183, 189, 192, 203, 217, 233, 237, 242, 254, 266, 268, 269, 278, 286, 294, 348, 380, 401, 403, 411, 423, 437, 439, 443, 456, 463, 476, 483, 489, 494, 498, 511, 520, 526, 540, 563
Offset: 1

Views

Author

Benoit Cloitre, Apr 09 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 600], Divisible[Binomial[2*#, #], #^2 + 1] &] (* Amiram Eldar, May 08 2022 *)

Extensions

a(1) = 0 inserted by Amiram Eldar, May 08 2022