A089034 a(n) = (prime(n)^4 - 1) / 240.
10, 61, 119, 348, 543, 1166, 2947, 3848, 7809, 11774, 14245, 20332, 32877, 50489, 57691, 83963, 105882, 118326, 162292, 197743, 261426, 368872, 433585, 468962, 546165, 588159, 679364, 1083936, 1227083, 1467814, 1555421, 2053685, 2166190
Offset: 4
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 4..10000
Crossrefs
Cf. A024702.
Programs
-
Mathematica
Select[(Prime[Range[50]]^4-1)/240,IntegerQ] (* Harvey P. Dale, Nov 28 2015 *)
-
PARI
a(n)=(prime(n)^4 - 1)/240 \\ Charles R Greathouse IV, May 31 2013
Extensions
More terms from Ray Chandler, Nov 12 2003
Comments