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.

Showing 1-1 of 1 results.

A289854 Primes of the form k!2 - 64, where k!2 is the double factorial number (A006882).

Original entry on oeis.org

41, 881, 10331, 34459361, 13749310511, 213458046676811, 6190283353629311, 319830986772877770815561, 563862029680583509947946811, 25373791335626257947657609311, 488960130368663401543922783473071784646213671811
Offset: 1

Views

Author

Robert Price, Jul 13 2017

Keywords

Crossrefs

Programs

  • Mathematica
    MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
    Select[Table[MultiFactorial[i, 2] - 64, {i, 7, 100}], PrimeQ[#]&]

Formula

a(n) = A006882(A259045(n)) - 64. - Elmo R. Oliveira, Apr 14 2025
Showing 1-1 of 1 results.