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!)
A270390 Greatest common divisor of 2^n-1 and 5^n-1. 4

%I #19 Nov 30 2021 15:52:15

%S 1,3,1,3,1,63,1,3,1,33,1,819,1,3,31,51,1,3591,1,1353,1,69,1,819,1,3,1,

%T 87,1,21483,1,51,1,3,71,1727271,1,3,79,1353,1,2408301,1,6141,31,141,1,

%U 13923,1,8283,1,159,1,10773,1,87,1,177,1,698476779,1,3,1,32691,1

%N Greatest common divisor of 2^n-1 and 5^n-1.

%C Ailon and Rudnick conjecture that a(n) = 1 infinitely often.

%H Antti Karttunen, <a href="/A270390/b270390.txt">Table of n, a(n) for n = 1..10000</a>

%H N. Ailon and Z. Rudnick, <a href="http://arXiv.org/abs/math/0202102">Torsion points on curves and common divisors of a^k-1 and b^k-1</a>, arXiv:math/0202102 [math.NT], 2002; Acta Arith. 113 (2004), no. 1, 31-38.

%F a(n) = gcd(2^n - 1, 5^n - 1).

%F a(n) = gcd(A000225(n), A024049(n)).

%e For n=3, 2^3-1 = 7 and 5^3-1 = 124, thus a(3) = gcd(7,124) = 1.

%p seq(igcd(2^n-1, 5^n-1), n=1..100);

%t Table[GCD[2^n - 1, 5^n - 1], {n, 100}]

%o (Sage) [gcd(2^n-1,5^n-1) for n in [1..100]]

%o (PARI) vector(100,n,gcd(2^n-1,5^n-1))

%Y Cf. A086892, A000225, A024049, A349748.

%K nonn

%O 1,2

%A _Tom Edgar_, Mar 16 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)