A002382 Numbers of the form (p^2 - 49)/120 where p is prime.
0, 1, 2, 4, 11, 15, 18, 23, 37, 44, 57, 78, 88, 95, 106, 134, 156, 205, 221, 232, 249, 310, 323, 414, 429, 452, 550, 576, 639, 667, 715, 785, 816, 837, 946, 1003, 1038, 1122, 1159, 1222, 1313, 1562, 1635, 1740, 1786, 1817, 1976, 2108, 2279, 2493, 2585, 2641
Offset: 1
Keywords
References
- H. Gupta, On a conjecture of Chowla, Proc. Indian Acad. Sci., 5A (1937), 381-384.
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- Ray Chandler, Table of n, a(n) for n = 1..10000 (first 1000 terms from Harvey P. Dale)
- H. Gupta, On a conjecture of Chowla, Proc. Indian Acad. Sci., 5A (1937), 381-384. [Annotated scanned copy]
Programs
-
Mathematica
Select[(Prime[Range[150]]^2-49)/120,IntegerQ] (* Harvey P. Dale, Jan 19 2014 *)
Extensions
More terms from James Sellers, May 03 2000
Comments