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.

A076682 Numbers k such that 6*k! + 1 is prime.

Original entry on oeis.org

0, 1, 2, 3, 7, 8, 9, 12, 13, 18, 24, 38, 48, 60, 113, 196, 210, 391, 681, 739, 778, 1653, 1778, 1796, 1820, 2391, 2505, 4595, 8937
Offset: 1

Views

Author

Phillip L. Poplin (plpoplin(AT)bellsouth.net), Oct 25 2002

Keywords

Comments

a(29) > 5800. - Jinyuan Wang, Feb 05 2020
a(30) > 12000. - Michael S. Branicky, Jul 04 2024

Examples

			k = 3 is here because 6*3! + 1 = 37 is prime.
		

Crossrefs

Programs

  • PARI
    is(k) = ispseudoprime(6*k!+1); \\ Jinyuan Wang, Feb 05 2020

Extensions

a(26) inserted by and a(29) from Michael S. Branicky, Jul 03 2024