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.

A177907 Numbers k such that k^3 divides 7^(k^2) - 1.

Original entry on oeis.org

1, 2, 3, 4, 6, 8, 10, 12, 20, 24, 30, 40, 50, 57, 60, 68, 78, 100, 110, 111, 114, 120, 136, 150, 156, 200, 204, 220, 222, 228, 258, 300, 312, 330, 340, 390, 408, 440, 444, 456, 516, 550, 570, 600, 660, 680, 780, 820, 876, 888, 930, 1010, 1020, 1032, 1086, 1100
Offset: 1

Views

Author

Alexander Adamchuk, May 14 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[1100],Divisible[7^(#^2)-1,#^3]&] (* Harvey P. Dale, Nov 05 2011 *)