login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A121700
Numbers n such that floor((prime(n+1)/prime(n))^n) is prime.
2
2, 3, 5, 6, 7, 11, 12, 14, 16, 18, 19, 21, 22, 24, 25, 27, 29, 31, 38, 39, 40, 44, 47, 48, 50, 51, 54, 55, 56, 58, 59, 63, 65, 66, 67, 68, 70, 71, 73, 74, 75, 76, 78, 84, 85, 86, 88, 90, 93, 95, 96, 100, 102, 103, 105, 107, 108, 110, 111, 112, 117, 118, 119, 122, 123, 127
OFFSET
1,1
MATHEMATICA
Select[Range[200], PrimeQ[Floor[(Prime[# + 1]/Prime[#])^#]] &] (* Paolo Xausa, May 05 2024 *)
CROSSREFS
Cf. A121699.
Sequence in context: A348440 A339267 A288863 * A080980 A334067 A134669
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Aug 16 2006
STATUS
approved