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!)
A133133 a(n) is the largest prime factor of the sum of the largest prime factors of numbers from 2 to n. 1
2, 5, 7, 3, 5, 11, 3, 3, 2, 43, 23, 59, 11, 71, 73, 5, 31, 7, 13, 31, 5, 79, 23, 83, 179, 13, 7, 109, 223, 127, 2, 89, 71, 97, 7, 331, 7, 11, 23, 409, 13, 17, 47, 19, 83, 109, 137, 37, 7, 577, 59, 643, 19, 73, 83, 683, 89, 257, 97, 31, 31, 7, 877, 89, 53, 11, 197, 7, 29, 181, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
EXAMPLE
a(11) = gpf(43) = 43;
a(12) = gpf(46) = 23.
MAPLE
gpf:= proc(n) max(numtheory:-factorset(n)) end proc:
map(gpf, ListTools:-PartialSums(map(gpf, [$2..100])));
PROG
(PARI) gpf(n) = vecmax(factor(n)[, 1]);
a(n) = gpf(sum(k=2, n, gpf(k))); \\ Michel Marcus, Jun 02 2021
CROSSREFS
Sequence in context: A309200 A361170 A097964 * A024710 A140264 A140263
KEYWORD
easy,nonn,look
AUTHOR
Paul Finley (pfinley(AT)touro.edu), Sep 21 2007
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 13:58 EDT 2024. Contains 371960 sequences. (Running on oeis4.)