OFFSET
1,1
COMMENTS
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
Robert Israel, Plot of a(n)/n for 1 <= n <= 30000
EXAMPLE
The third through sixth primes are 5,7,11,13, so a(3) = 11*13-5*7 = 108.
MAPLE
seq(ithprime(n+2)*ithprime(n+3)-ithprime(n)*ithprime(n+1), n=1..1000);
CROSSREFS
KEYWORD
nonn,look
AUTHOR
J. M. Bergot and Robert Israel, Nov 01 2020
STATUS
approved