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!)
A023569 Greatest prime divisor of prime(n) - 3. 2
2, 2, 2, 5, 7, 2, 5, 13, 7, 17, 19, 5, 11, 5, 7, 29, 2, 17, 7, 19, 5, 43, 47, 7, 5, 13, 53, 11, 31, 2, 67, 17, 73, 37, 11, 5, 41, 17, 11, 89, 47, 19, 97, 7, 13, 11, 7, 113, 23, 59, 17, 31, 127, 13, 19, 67, 137, 139, 7, 29, 19, 11, 31, 157, 41, 167, 43, 173, 7, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
a(n) = 2 if prime(n) is in A057733. - Robert Israel, Dec 28 2015
LINKS
MAPLE
seq(max(numtheory:-factorset(ithprime(i)-3)), i=3..100); # Robert Israel, Dec 28 2015
MATHEMATICA
Table[FactorInteger[Prime[n] - 3] [[-1, 1]], {n, 3, 100}] (* Vincenzo Librandi, Dec 29 2015 *)
PROG
(PARI) a(n) = vecmax(factor(prime(n)-3)[, 1]); \\ Michel Marcus, Dec 29 2015
CROSSREFS
Sequence in context: A136347 A279515 A260338 * A263373 A145876 A240540
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by Robert Israel, Dec 29 2015
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)