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!)
A129211 Numbers k such that k^3 divides 3^(k^2) - 1. 16

%I #9 Jun 08 2021 02:23:38

%S 1,2,4,10,20,68,110,164,220,340,610,772,820,1010,1210,1220,1510,2020,

%T 2420,2530,2788,3020,3740,3860,5060,6710,7004,7370,8020,9020,9316,

%U 11110,11810,13124,13420,13612,13940,14740,16610,19580,20740,20876,22220

%N Numbers k such that k^3 divides 3^(k^2) - 1.

%H Robert Price, <a href="/A129211/b129211.txt">Table of n, a(n) for n = 1..249</a>

%t k=1; Do[ p=Prime[k]; If[ IntegerQ[ (PowerMod[ p+1, n^2, n^3 ] - 1 )/n^3 ], Print[ {k, p, n} ]], {n,1,100000} ]

%t Join[{1}, Select[Range[3000000], PowerMod[3, #^2, #^3] == 1 &]] (* _Robert Price_, Mar 31 2020 *)

%Y Cf. A067945 (numbers k such that k divides 3^k-1).

%Y Cf. A127103 (numbers k such that k^2 divides 3^k-1).

%K nonn

%O 1,2

%A _Alexander Adamchuk_, Apr 03 2007

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 August 13 07:44 EDT 2024. Contains 375113 sequences. (Running on oeis4.)