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!)
A272062 Positive numbers k such that k^2 - 1 divides 8^k - 1. 2

%I #32 Sep 08 2022 08:46:16

%S 2,4,8,10,16,22,36,40,64,96,100,196,210,256,280,316,456,560,820,1200,

%T 1236,1296,1360,1408,1600,1870,2380,2556,3516,3616,4096,4200,4356,

%U 5656,6112,6256,6480,8008,8688,10192,10356,11440,11952,12160,13728,14950,16192,17020,19432,21880,22036

%N Positive numbers k such that k^2 - 1 divides 8^k - 1.

%C From _Robert Israel_, Jun 08 2018: (Start)

%C All terms are even.

%C Are 2, 8 and 560 the only terms == 2 (mod 6)? There are no others up to 3*10^9. (End)

%H Robert Israel, <a href="/A272062/b272062.txt">Table of n, a(n) for n = 1..2559</a>

%e a(1) = 2 because (8^2 - 1)/(2^2 - 1) = 21.

%p A272062:=n->`if`((8^n-1) mod (n^2-1) = 0, n, NULL): seq(A272062(n), n=2..5*10^4); # _Wesley Ivan Hurt_, Apr 21 2016

%t Select[Range[2, 22100], Divisible[8^# - 1, #^2 - 1] &] (* _Michael De Vlieger_, Apr 19 2016 *)

%o (Magma) [0] cat [n: n in [2..30000] | Denominator((8^n-1)/(n^2-1)) eq 1];

%o (PARI) is(n)=Mod(8,n^2-1)^n==1 \\ _Charles R Greathouse IV_, Apr 19 2016

%Y Cf. positive numbers n such that n^2 - 1 divides (2^k)^n - 1: A247219 (k=1), A271842 (k=2), this sequence (k=3).

%K nonn

%O 1,1

%A _Juri-Stepan Gerasimov_, Apr 19 2016

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)