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.

A015891 Numbers k such that k | 5^k + 5.

Original entry on oeis.org

1, 2, 5, 6, 10, 30, 70, 1565, 2806, 3126, 51670, 58290, 214405, 285286, 378258, 1854766, 2170486, 2222122, 2247610, 3463230, 4147522, 5942526, 9381126, 14818486, 15743890, 20162858, 34087054, 34838686, 38742166, 71067430
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A067946 = numbers n such that n divides 5^n-1. Cf. A015951 = numbers n such that n | 5^n + 1.

Programs

  • Mathematica
    Select[Range[1000000], IntegerQ[(PowerMod[5,#,# ]+5)/# ]&] (* Alexander Adamchuk *)

Extensions

Corrected by Alexander Adamchuk, Nov 04 2006