This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A214612 #9 Mar 07 2013 19:29:08 %S A214612 0,16,98,304,680,1308,2292,3652,5496,7890,10926,14716,19362,24766, %T A214612 31272,38820,47598,57498,68964,81728,96064,112212,129990,149628, %U A214612 171432,194942,220758,248744,279322,312470,347580,385962,427032,470794,517404,567720,620374 %N A214612 prime(n^3) - prime(n). %C A214612 This is to exponent 3 as A213926 is to exponent 2. %e A214612 a(1) = prime(1^3) - prime(1) = 2-2 = 0. %e A214612 a(2) = prime(2^3) - prime(2) = 19-3 = 16. %e A214612 a(3) = prime(3^3) - prime(3) = 103-5 = 98. %t A214612 Table[Prime[n^3] - Prime[n], {n, 50}] (* _T. D. Noe_, Mar 07 2013 *) %Y A214612 Cf. A000040, A001223, A031131, A031165-A031172, A072473, A092504, A213926. %K A214612 nonn,easy %O A214612 1,2 %A A214612 _Jonathan Vos Post_, Mar 06 2013