The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A119534 Largest prime divisor of numerator of the n-th Artin's product. 3

%I #12 Sep 08 2022 08:45:25

%S 5,19,41,109,109,271,271,271,811,929,929,929,929,2161,2161,2161,3659,

%T 4421,4969,4969,4969,4969,4969,9311,10099,10099,10099,10099,10099,

%U 16001,17029,17029,19181,22051,22051,22051,22051,22051,22051,22051,32579

%N Largest prime divisor of numerator of the n-th Artin's product.

%C Artin's constant (A005596) is equal to Product[1-1/(Prime[k]*(Prime[k]-1)),{k,1,Infinity}]. n-th Artin's product is Product[1-1/(Prime[k]*(Prime[k]-1)),{k,1,n}]. a(n) is prime from A091568 of the form p^2-p-1, where p is prime from A091567.

%H Amiram Eldar, <a href="/A119534/b119534.txt">Table of n, a(n) for n = 2..1000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/ArtinsConstant.html">Artin's Constant</a>.

%F a(n) = Max[FactorInteger[Numerator[Product[1-1/(Prime[k]*(Prime[k]-1)),{k,1,n}]]]].

%t Table[Max[FactorInteger[Numerator[Product[1-1/(Prime[k]*(Prime[k]-1)),{k,1,n}]]]],{n,2,100}]

%o (Magma) [Max(PrimeDivisors(Numerator(&*[1-1/(NthPrime(k)^2-NthPrime(k)):k in [1..n]]))): n in [2..45]]; // _Marius A. Burtea_, Feb 18 2020

%Y Cf. A091568, A091567, A005596, A048296.

%K frac,nonn

%O 2,1

%A _Alexander Adamchuk_, Jul 27 2006

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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)