A161522 prime(n)*( prime(n)-n ).
2, 3, 10, 21, 66, 91, 170, 209, 322, 551, 620, 925, 1148, 1247, 1504, 1961, 2478, 2623, 3216, 3621, 3796, 4503, 4980, 5785, 6984, 7575, 7828, 8453, 8720, 9379, 12192, 12969, 14248, 14595, 16986, 17365, 18840, 20375, 21376, 23009, 24702, 25159, 28268, 28757
Offset: 1
Keywords
Programs
-
Mathematica
f[n_]:=Module[{pn=Prime[n]},pn(pn-n)];Array[f,50] (* Harvey P. Dale, Sep 23 2011 *)
Extensions
Entries checked by R. J. Mathar, Sep 23 2009