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!)
A357175 Primes p such that the minimum of the number of divisors among the numbers between p and NextPrime(p) is a cube. 3
29, 41, 101, 137, 229, 281, 349, 439, 617, 641, 643, 739, 821, 823, 853, 967, 1087, 1423, 1429, 1447, 1549, 1579, 1597, 1693, 1697, 1783, 1877, 1999, 2081, 2131, 2237, 2239, 2293, 2377, 2381, 2539, 2617, 2657, 2683, 2693, 2713, 2749, 2791, 2801, 3079, 3319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
349 is a term because up to the next prime 353, tau(350) = 12, tau(351) = 8, tau(352) = 12, thus the smallest tau(k) = 8 and 8 is a cube (2^3).
379 is prime but not a term because up to the next prime 383, tau(380) = 12, tau(381) = 4, tau(382) = 4, thus the smallest tau(k) is 4 and 4 is not a cube.
PROG
(PARI) isok(p)=ispower(vecmin(apply(numdiv, [p+1..nextprime(p+1)-1])), 3);
forprime(p=3, 10000, if(isok(p), print1(p", ")))
CROSSREFS
Sequence in context: A157257 A214405 A104072 * A070268 A139870 A173874
KEYWORD
nonn,easy
AUTHOR
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 May 7 21:53 EDT 2024. Contains 372317 sequences. (Running on oeis4.)