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.
%I A283554 #9 Apr 03 2023 10:36:13 %S A283554 4,5,7,9,11,15,21,25,29,49,79,87,95,125,133,153,157,185,201,217,223, %T A283554 289,323,469,533,567,821,1001,1999,2523,2533,2827,2843,4821,8153,8947, %U A283554 12739,19353,22929,30629,31809,37785,74913,97411 %N A283554 Numbers k such that k![4] - 2 is prime, where k![4] = A007662(k) = quadruple factorial. %C A283554 a(45) > 10^5. %C A283554 The first 9 primes associated with this sequence: 2, 3, 19, 43, 229, 3463, 208843, 5221123, 151412623. %H A283554 C. Caldwell and H. Dubner (Eds): <a href="https://t5k.org/lists/top_ten/">The top ten prime numbers: from the unpublished collections of R. Ondrejka</a> (May 2001), Table 21 F, p. 75 %H A283554 Ken Davis, <a href="http://mfprimes.free-dc.org">Status of Search for Multifactorial Primes</a>. %t A283554 MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]]; %t A283554 Select[Range[2, 50000], PrimeQ[MultiFactorial[#, 4] - 2] &] %Y A283554 Cf. A076185, A085158, A094144, A204657. %K A283554 nonn %O A283554 1,1 %A A283554 _Robert Price_, Mar 10 2017 %E A283554 a(43)-a(44) from _Robert Price_, Jul 24 2017