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.

A113537 Numbers k such that k^2 + 11 and k^2 + 13 are primes.

Original entry on oeis.org

114, 126, 144, 180, 486, 684, 864, 1080, 1176, 1866, 1956, 2166, 2226, 2454, 2634, 2880, 3090, 3474, 4176, 4314, 5124, 5586, 5730, 5820, 6030, 6276, 6324, 6456, 6624, 6846, 6954, 7110, 7830, 7914, 8166, 8556, 8724, 9054, 9180, 9576, 9786, 9816
Offset: 1

Views

Author

Zak Seidov, Jan 13 2006

Keywords

Crossrefs

Intersection of A114274 and A113536.

Programs

  • Mathematica
    Select[Range[10000], PrimeQ[ #^2+11]&&PrimeQ[ #^2+13]&]