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!)
A089993 Penultimate prime divisor of numbers that are not powers of primes (A024619). 2
2, 2, 2, 2, 3, 2, 2, 3, 2, 2, 2, 2, 3, 3, 2, 5, 2, 2, 3, 2, 3, 2, 3, 2, 2, 2, 3, 2, 2, 5, 2, 3, 2, 3, 2, 3, 5, 3, 2, 3, 5, 2, 2, 3, 2, 7, 3, 2, 2, 3, 5, 2, 3, 2, 3, 7, 2, 3, 2, 5, 2, 2, 3, 2, 3, 2, 5, 2, 2, 5, 3, 2, 3, 5, 2, 3, 2, 7, 3, 2, 3, 2, 3, 3, 5, 3, 7, 2, 3, 2, 3, 5, 3, 2, 11, 2, 5, 2, 3, 2, 3, 2, 3, 7, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A076820(A024619(n)). - Amiram Eldar, Apr 12 2021
MATHEMATICA
Select[Table[If[Length[(f = FactorInteger[n])] > 1, f[[-2, 1]], 1], {n, 1, 150}], # > 1 &]
PROG
(PARI) f(n) = a=factor(n); v=a[, 1]; ln=length(v); if(ln>1, return(v[ln-1]));
g(m) = for(x=2, m, if(f(x)>0, print1(f(x)", ")))
CROSSREFS
Sequence in context: A324538 A305976 A074592 * A220431 A351284 A268317
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jan 14 2004
EXTENSIONS
Offset corrected by Amiram Eldar, Apr 12 2021
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 24 07:15 EDT 2024. Contains 371920 sequences. (Running on oeis4.)