OFFSET
1,1
LINKS
Georg Fischer, Table of n, a(n) for n = 1..1745 (first 429 terms from K. D. Bajpai)
EXAMPLE
11, 13 and 17 are consecutive primes: sqrt(( 11^3 + 13^3 + 17^3)/3) = 53.044...: floor(53.044...) = 53, which is prime and appears in the sequence.
31, 37 and 41 are consecutive primes: sqrt(( 31^3 + 37^3 + 41^3)/3) = 223.13...: floor(223.13...) = 223, which is prime and appears in the sequence.
MAPLE
select(isprime, {seq(floor(sqrt(add(ithprime(n+i)^3, i=0..2)/3)), n=1..1000)})[]; # corrected by Georg Fischer, Sep 27 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
K. D. Bajpai, Apr 03 2014
STATUS
approved
