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!)
A300097 Primes for which A288814 gives a new record. 1
5, 7, 11, 17, 23, 29, 37, 53, 59, 67, 79, 89, 97, 127, 191, 211, 223, 307, 331, 479, 521, 541, 809, 877, 907, 1087, 1277, 1361, 1931, 2179, 2203, 2999, 3299, 4201, 4327, 4861, 5779, 7993, 8923, 12889, 14143, 15859, 16411, 16603, 18839, 19661, 24317, 25523, 28277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are the primes that require the most effort when searching for the least composite c such that A001414(c) is a given prime, where A001414 is sopfr (sum of prime factors with repetition).
From David James Sycamore, Feb 25 2018: (Start)
Also primes for which A295185 gives a new record.
A006512 gives primes p requiring least effort, since then c=2*(p-2). (End)
LINKS
PROG
(PARI) isok(k, n) = my(f=factor(k)); sum(j=1, #f~, f[j, 1]*f[j, 2]) == n;
scompo(n) = forcomposite(k=4, , if (isok(k, n), return(k)));
lista(nn) = {my(last = 0); forprime(p=4, nn, my(val = scompo(p)); if (val > last, print1(p, ", "); last = val); ); }
CROSSREFS
Sequence in context: A096215 A144742 A059786 * A166574 A163846 A354357
KEYWORD
nonn
AUTHOR
Michel Marcus, Feb 24 2018
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)