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!)
A023503 Greatest prime divisor of prime(n) - 1. 16

%I #65 Apr 06 2024 14:55:49

%S 2,2,3,5,3,2,3,11,7,5,3,5,7,23,13,29,5,11,7,3,13,41,11,3,5,17,53,3,7,

%T 7,13,17,23,37,5,13,3,83,43,89,5,19,3,7,11,7,37,113,19,29,17,5,5,2,

%U 131,67,5,23,7,47,73,17,31,13,79,11,7,173,29,11,179,61,31,7,191

%N Greatest prime divisor of prime(n) - 1.

%C Baker & Harman (1998) show that there are infinitely many n such that a(n) > prime(n)^0.677. This improves on earlier work of Goldfeld, Hooley, Fouvry, Deshouillers, Iwaniec, Motohashi, et al.

%C Fouvry shows that a(n) > prime(n)^0.6683 for a positive proportion of members of this sequence. See Fouvry and also Baker & Harman (1996) which corrected an error in the former work.

%C The record values are the Sophie Germain primes A005384. - _Daniel Suteu_, May 09 2017

%C Conjecture: every prime is in the sequence. Cf. A035095 (see my comment). - _Thomas Ordowski_, Aug 06 2017

%C a(n) is 2 for n in A159611, and is at most 3 for n in A174099. Conjecture: liminf a(n) = 3. - _Jeppe Stig Nielsen_, Jul 04 2020

%H T. D. Noe, <a href="/A023503/b023503.txt">Table of n, a(n) for n = 2..10000</a>

%H R. C. Baker and G. Harman, <a href="http://dx.doi.org/10.1007/978-1-4612-4086-0_4">The Brun-Titchmarsh theorem on average</a>, Analytic Number Theory (Proceedings in honor of Heini Halberstam), Birkhäuser, Boston, 1996, pp. 39-103.

%H R. Baker and G. Harman, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa83/aa8342.pdf">Shifted primes without large prime factors</a>, Acta Arithmetica 83 (1998), pp. 331-361.

%H Étienne Fouvry, <a href="http://dx.doi.org/10.1007/BF01388980">Théorème de Brun-Titchmarsh; application au théorème de Fermat</a>, Invent. Math 79 (1985), 383-407.

%H D. M. Goldfeld, <a href="http://dx.doi.org/10.1112/S0025579300004575">On the number of primes p for which p + a has a large prime factor</a>, Mathematika 16 (1969), pp. 23-27.

%H R. R. Hall, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa28/aa2816.pdf">Some properties of the sequence {p-1}</a>, Acta Arith. 28 (1975/76), 101-105.

%H G. Harman, <a href="http://dx.doi.org/10.1090/S0025-5718-05-01749-7">On the greatest prime factor of p-1 with effective constants</a>

%F a(n) = A006530(A006093(n)). - _Michel Marcus_, Aug 15 2015

%p A023503 := proc(n)

%p A006530(ithprime(n)-1) ;

%p end proc:

%p seq( A023503(n),n=2..80) ; # _R. J. Mathar_, Sep 07 2016

%t Table[FactorInteger[Prime[n] - 1][[-1, 1]], {n, 2, 100}] (* _T. D. Noe_, Jun 08 2011 *)

%o (PARI) a(n) = vecmax(factor(prime(n)-1)[,1]); \\ _Michel Marcus_, Aug 15 2015

%Y Cf. A006093, A006530.

%Y Cf. A005384, A035095, A159611, A174099.

%K nonn,changed

%O 2,1

%A _Clark Kimberling_

%E Comments, references, and links from _Charles R Greathouse IV_, Mar 04 2011

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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)