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.

A091273 Indices of primes of the form k^2 - 11.

Original entry on oeis.org

3, 16, 24, 65, 77, 137, 170, 227, 273, 341, 392, 532, 654, 792, 833, 1017, 1645, 1686, 1948, 2456, 2757, 2818, 3210, 3550, 4203, 4589, 4898, 5317, 5397, 5482, 5743, 6186, 6364, 6636, 6735, 6822, 7205, 7300, 8198, 8598, 8713, 8820, 9683, 10920, 11040, 11521, 11997
Offset: 1

Views

Author

Ray Chandler, Dec 27 2003

Keywords

Comments

A091272 indexed by A000040.

Crossrefs

Programs

  • Mathematica
    Select[Range[12000],IntegerQ[Sqrt[Prime[#]+11]]&]  (* Harvey P. Dale, Jan 16 2011 *)

Formula

a(n)=j such that A000040(j)=A091272(n).

Extensions

Offset changed to 1 by Jinyuan Wang, Aug 02 2021