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.

Showing 1-3 of 3 results.

A226074 Numbers k such that k^2+1 is a triangular number and k^2+2 is a prime number.

Original entry on oeis.org

0, 3, 105, 4116315, 9721683943673162520781155, 35285058531373239343849920668944097883186271103498415
Offset: 1

Views

Author

Alex Ratushnyak, May 25 2013

Keywords

Comments

a(7) has 191 decimal digits: 222247847...170444715.
Corresponding primes and indices of triangular numbers: A226072 and A226073.
Subsequence of A106328. - Max Alekseyev, Jan 30 2014

Crossrefs

A226070 Numbers k such that k^2-1 is a triangular number and k^2+1 is a prime.

Original entry on oeis.org

1, 2, 4, 134, 2174, 154634
Offset: 1

Views

Author

Alex Ratushnyak, May 25 2013

Keywords

Comments

Subsequence of A006452 that consists of the terms k such that k^2+1 is prime.
a(7) is too large to include here (see b-file). - Max Alekseyev, Jan 30 2014

Crossrefs

Corresponding primes: A226069.
Indices of corresponding triangular numbers: A226071.

Programs

  • C
    // see A226069.
  • Mathematica
    Select[Range[155000],PrimeQ[#^2+1]&&OddQ[Sqrt[8(#^2-1)+1]]&] (* Harvey P. Dale, Jul 19 2019 *)

Extensions

Terms a(7)-a(12) from Max Alekseyev, Jan 30 2014

A226073 Numbers k such that triangular(k)-1 is a square and triangular(k)+1 is a prime number.

Original entry on oeis.org

1, 4, 148, 5821348, 13748537282247342677718148, 49900608324196518198677680899235165296598423281799348
Offset: 1

Views

Author

Alex Ratushnyak, May 25 2013

Keywords

Comments

a(7) has 191 decimal digits: 314305920...194453348.
Corresponding primes and roots of squares: A226072 and A226074.

Crossrefs

Showing 1-3 of 3 results.