login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067947 Numbers k such that k divides 7^k - 1. 13
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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)
LINKS
MATHEMATICA
Select[Range[600], Divisible[7^# - 1, #] &] (* Vincenzo Librandi, Apr 24 2017 *)
PROG
(PARI) is(n)=Mod(7, n)^n==1 \\ Charles R Greathouse IV, Nov 04 2016
(Magma) [n: n in [1..500] | (7^n-1) mod n eq 0 ]; // Vincenzo Librandi, Apr 24 2017
CROSSREFS
Cf. A127107 (k^2 divides 7^k - 1).
Sequence in context: A074230 A064438 A227731 * A279542 A053640 A344470
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 05 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 8 15:23 EST 2023. Contains 367680 sequences. (Running on oeis4.)