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.

A227480 Triangular numbers of the form p^2 - 1 where p is a prime.

Original entry on oeis.org

3, 120, 528, 139128, 160554240, 812293020528, 379188080252621270252095320, 2816640597719456759751165488439681098364673273236637971046370174350128
Offset: 1

Views

Author

Shreevatsa R, Jul 12 2013

Keywords

Examples

			139128 is both 527*528/2 and 373^2 - 1 (and 373 is prime).
		

Crossrefs

Subsequence of A006454 and of A225115.

Programs

  • Mathematica
    Select[Prime[Range[100000]]^2-1,OddQ[Sqrt[8#+1]]&] (* The program generates the first six terms of the sequence. *) (* Harvey P. Dale, Sep 17 2023 *)

Extensions

a(7)-a(8) from Giovanni Resta, Jul 13 2013