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!)
A055769 Largest prime dividing phi of the n-th primorial. 3
1, 2, 2, 3, 5, 5, 5, 5, 11, 11, 11, 11, 11, 11, 23, 23, 29, 29, 29, 29, 29, 29, 41, 41, 41, 41, 41, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 53, 83, 83, 89, 89, 89, 89, 89, 89, 89, 89, 113, 113, 113, 113, 113, 113, 113, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A001221(A000010(A002110(n))).
a(n) = A006530(A005867(n)). - Reinhard Zumkeller, May 01 2013
EXAMPLE
While the largest prime factors of 10th,100th or 1000th primorials are 29,541,7919, those of their totients are 11,251,3911 respectively.
MATHEMATICA
Map[FactorInteger[EulerPhi@ #][[-1, 1]] &, FoldList[#1 #2 &, Prime@ Range@ 66]] (* Michael De Vlieger, Oct 26 2017 *)
PROG
(Haskell)
a055769 = a006530 . a005867 -- Reinhard Zumkeller, May 01 2013
(PARI) gpf(n)=my(f=factor(n)[, 1]); f[#f]
a(n)=my(p=prime(n), q=1); while(2*q+1<p, q=max(gpf(p-1), q); p=precprime(p-1)); if(n==2, 2, q) \\ Charles R Greathouse IV, Dec 03 2014
CROSSREFS
Sequence in context: A279724 A050174 A115126 * A162217 A123575 A014200
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 12 2000
STATUS
approved

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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)