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!)
A286190 Smallest k such that sopf(k) >= sopf(k+1) >= ... >= sopf(k+n), where sopf = A008472. 1
3, 13, 13, 491, 1516, 12721, 12721, 109453, 1473257, 120797465, 624141002, 4044619541, 136797949237, 315400191511, 1285600699441 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Here sopf(k) is the sum of the distinct primes dividing k (A008472).
a(16) > 10^13.
LINKS
EXAMPLE
sopf(13) = 13, sopf(14) = 9, sopf(15) = 8, sopf(16) = 2. This is the first run of 4 nonincreasing values, so a(3) = 13.
MATHEMATICA
sopf[n_] := If[n == 1, 0, Total[First /@ FactorInteger@n]]; s = Array[ sopf, 120000]; Table[ SelectFirst[ Range[ Length@s - n], Sort[t = Take[s, {#, # + n}]] == Reverse[t] &], {n, 8}]
CROSSREFS
Sequence in context: A168437 A076747 A198452 * A224693 A043055 A101235
KEYWORD
nonn,more
AUTHOR
Giovanni Resta, May 04 2017
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)