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.

A067947 Numbers k such that k divides 7^k - 1.

Original entry on oeis.org

1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 20, 24, 27, 32, 36, 40, 48, 54, 57, 60, 64, 72, 80, 81, 96, 100, 108, 114, 120, 128, 144, 156, 160, 162, 171, 180, 192, 200, 216, 220, 228, 240, 243, 256, 258, 272, 288, 300, 312, 320, 324, 333, 342, 360, 384, 400, 432, 440, 456
Offset: 1

Views

Author

Benoit Cloitre, Mar 05 2002

Keywords

Comments

For k >= 0, 2^k is in the sequence.
From Alexander Adamchuk, Jan 05 2007: (Start)
3^k is in the sequence.
k! is in the sequence for k < 7.
k!/7 is in the sequence for 7 <= k < 14.
k!/7^2 is in the sequence for 14 <= k < 21.
k!/7^3 is in the sequence for 21 <= k < 28.
k!/7^4 is in the sequence for k = 28. (End)

Crossrefs

Cf. A127107 (k^2 divides 7^k - 1).

Programs