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”).

A255174
a(n) = prime(3*n) - prime(2*n).
1
2, 6, 10, 18, 18, 24, 30, 36, 42, 42, 58, 62, 66, 74, 84, 92, 94, 100, 106, 108, 126, 124, 148, 136, 150, 158, 168, 170, 178, 182, 194, 192, 206, 220, 222, 234, 234, 236, 246, 250, 256, 268, 284, 286, 298, 308, 320, 324, 332, 322, 326, 342, 360, 360, 376, 384
OFFSET
1,1
COMMENTS
The sequence is not monotonic since, for instance, a(22) = 124 < 126 = a(21).
MATHEMATICA
Table[Prime[3n]-Prime[2n], {n, 100}]
PROG
(Magma) [NthPrime(3*n) - NthPrime(2*n): n in [1..80]]; // Vincenzo Librandi, Feb 16 2015
CROSSREFS
Cf. A072473.
Sequence in context: A180739 A274679 A229218 * A375637 A140777 A309502
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 15 2015
EXTENSIONS
More terms from Vincenzo Librandi, Feb 16 2015
STATUS
approved