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.

A128401 Numbers k such that k^2 divides 21^k-1.

Original entry on oeis.org

1, 2, 4, 5, 10, 20, 22, 44, 52, 68, 110, 220, 260, 340, 506, 572, 748, 820, 884, 1012, 2530, 2756, 2860, 3740, 3916, 4108, 4420, 5060, 9020, 9724, 10660, 13156, 13780, 13940, 17204, 19580, 20540, 23782, 29084, 30316, 34060, 45188, 46852, 47564
Offset: 1

Views

Author

Alexander Adamchuk, Mar 01 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[50000],Divisible[21^#-1,#^2]&] (* Harvey P. Dale, Jun 17 2011 *)