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.

A076681 Numbers k such that 5*k! + 1 is prime.

Original entry on oeis.org

2, 3, 5, 10, 11, 12, 17, 34, 74, 136, 155, 259, 271, 290, 352, 479, 494, 677, 776, 862, 921, 932, 2211, 3927, 4688, 12567
Offset: 1

Views

Author

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

Keywords

Comments

a(26) > 4700. - Jinyuan Wang, Feb 04 2020

Examples

			k = 3 is here because 5*3! + 1 = 31 is prime.
		

Crossrefs

Programs

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

Extensions

a(25) from Jinyuan Wang, Feb 04 2020
a(26) from Michael S. Branicky, Jul 03 2024