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.

A076679 Numbers k such that 3*k! + 1 is prime.

Original entry on oeis.org

2, 3, 4, 6, 7, 9, 10, 13, 23, 25, 32, 38, 40, 47, 96, 3442, 4048, 4522, 4887, 7033, 9528, 12915, 31762, 114482
Offset: 1

Views

Author

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

Keywords

Comments

a(25) > 115000. - Serge Batalov, Jun 15 2025

Examples

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

Crossrefs

Programs

  • PARI
    isok(n) = isprime(3*n! + 1); \\ Michel Marcus, Nov 13 2016
    
  • PFGW
    ABC2 3*$a!+1
    a: from 1 to 1000 // Jinyuan Wang, Feb 05 2020

Extensions

More terms from Serge Batalov, Feb 18 2015
a(20)-a(23) from Roger Karpin, Nov 13 2016
a(24) from Serge Batalov, Jun 15 2025