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!)
A081702 Largest prime factor of the n-th Carmichael number (A002997). 5
17, 17, 19, 29, 31, 41, 67, 73, 73, 61, 41, 97, 103, 89, 37, 31, 101, 241, 73, 233, 61, 109, 101, 113, 109, 397, 409, 67, 211, 137, 163, 181, 271, 421, 61, 197, 271, 199, 433, 73, 151, 61, 577, 271, 307, 37, 163, 211, 631, 541, 113, 353, 199, 331, 461, 101, 97 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A006530(A002997(n)). - Amiram Eldar, Jun 24 2019
MATHEMATICA
CarmichaelQ[n_] := Not[PrimeQ[n]] && Divisible[n - 1, CarmichaelLambda[n]]; FactorInteger[#][[-1, 1]]& /@ Select[Range[4, 10^7], CarmichaelQ] (* Amiram Eldar, Jun 24 2019 after Jean-François Alcover at A141710 *)
CROSSREFS
Sequence in context: A291515 A216436 A060360 * A345735 A238235 A333152
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Apr 02 2003
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 13 03:04 EDT 2024. Contains 372497 sequences. (Running on oeis4.)