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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067947 Numbers k such that k divides 7^k - 1. 13

%I #30 Sep 08 2022 08:45:05

%S 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,

%T 100,108,114,120,128,144,156,160,162,171,180,192,200,216,220,228,240,

%U 243,256,258,272,288,300,312,320,324,333,342,360,384,400,432,440,456

%N Numbers k such that k divides 7^k - 1.

%C For k >= 0, 2^k is in the sequence.

%C From _Alexander Adamchuk_, Jan 05 2007: (Start)

%C 3^k is in the sequence.

%C k! is in the sequence for k < 7.

%C k!/7 is in the sequence for 7 <= k < 14.

%C k!/7^2 is in the sequence for 14 <= k < 21.

%C k!/7^3 is in the sequence for 21 <= k < 28.

%C k!/7^4 is in the sequence for k = 28. (End)

%H Seiichi Manyama, <a href="/A067947/b067947.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[Range[600], Divisible[7^# - 1, #] &] (* _Vincenzo Librandi_, Apr 24 2017 *)

%o (PARI) is(n)=Mod(7,n)^n==1 \\ _Charles R Greathouse IV_, Nov 04 2016

%o (Magma) [n: n in [1..500] | (7^n-1) mod n eq 0 ]; // _Vincenzo Librandi_, Apr 24 2017

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

%K easy,nonn

%O 1,2

%A _Benoit Cloitre_, Mar 05 2002

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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)