cp's OEIS Frontend

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.

A002382 Numbers of the form (p^2 - 49)/120 where p is prime.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Primes p corresponding to a(n) are found in A003631(n+2) = A042993(n+3) = A097957(n+1). - Ray Chandler, Jul 29 2019

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

Crossrefs

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