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.

A358805 Numbers k such that k! + (k!/2) + 1 is prime.

Original entry on oeis.org

4, 5, 7, 11, 12, 14, 18, 28, 30, 62, 135, 153, 275, 584, 630, 1424, 1493, 4419, 8492, 10950
Offset: 1

Views

Author

Arsen Vardanyan, Dec 01 2022

Keywords

Comments

Numbers k such that A070960(k)+1 is prime.
No more terms < 10000. - Vaclav Kotesovec, Dec 12 2022

Crossrefs

Programs

  • PARI
    is(k) = isprime(k!+(k!/2)+1);

Extensions

a(18)-a(19) from Vaclav Kotesovec, Dec 09 2022
a(20) from Michael S. Branicky, Aug 02 2024