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.

A037082 Primes of the form k!!! + 1.

Original entry on oeis.org

2, 3, 5, 11, 19, 29, 163, 281, 881, 209441, 264539521, 72642169601, 9927882482918401, 26582634158080001, 141383412854531380076544001, 427380210218181008588800001, 2295148179742698933452800001, 191433282535027132859721811688265047080960000001
Offset: 1

Views

Author

Keywords

Examples

			11!!! + 1 = 11*8*5*2 + 1 = 881 is prime.
		

Crossrefs

Programs

  • Mathematica
    Select[Table[Times@@Range[n,1,-3]+1,{n,60}],PrimeQ] (* Harvey P. Dale, Jul 09 2014 *)

Formula

a(n) = 1 + A007661(A037083(n+1)). - Elmo R. Oliveira, Feb 22 2025