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.

A177918 Numbers k such that k^3 divides 18^(k^2) - 1.

Original entry on oeis.org

1, 17, 343927, 1414961, 28626075991, 610559655569, 5417488064959
Offset: 1

Views

Author

Alexander Adamchuk, May 14 2010

Keywords

Comments

17 divides a(n) for n > 1.

Crossrefs

Cf. A128358 (k divides 18^k - 1), A128398 (k^2 divides 18^k - 1).

Programs

  • Mathematica
    Select[Range[350000], Mod[PowerMod[18, #^2, #^3] - 1, #^3] == 0 &] (* Julien Kluge, Sep 20 2016 *)

Extensions

Three more terms from Max Alekseyev, Oct 02 2010