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!)
A083718 (greatest prime <= n) + (greatest prime factor of n). 4
2, 4, 6, 5, 10, 8, 14, 9, 10, 12, 22, 14, 26, 20, 18, 15, 34, 20, 38, 24, 26, 30, 46, 26, 28, 36, 26, 30, 58, 34, 62, 33, 42, 48, 38, 34, 74, 56, 50, 42, 82, 48, 86, 54, 48, 66, 94, 50, 54, 52, 64, 60, 106, 56, 64, 60, 72, 82, 118, 64, 122, 92, 68, 63, 74, 72, 134, 84, 90, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A007917(n) + A006530(n).
LINKS
MATHEMATICA
Join[{2}, Table[If[PrimeQ[n], n, NextPrime[n, -1]]+FactorInteger[n][[-1, 1]], {n, 2, 70}]] (* Harvey P. Dale, Aug 11 2016 *)
CROSSREFS
Sequence in context: A367711 A365060 A365059 * A319804 A055948 A071083
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 04 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 September 4 21:56 EDT 2024. Contains 375685 sequences. (Running on oeis4.)