login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A291122 Numbers k such that k!4 + 2^2 is prime, where k!4 = k!!!! is the quadruple factorial number (A007662). 1
0, 1, 3, 15, 17, 19, 23, 25, 27, 29, 35, 49, 63, 79, 87, 105, 139, 319, 339, 409, 441, 477, 1023, 1107, 1517, 1557, 1625, 4215, 5297, 6291, 6499, 7357, 11639, 12963, 13989, 15825, 19993, 20535, 35391, 58483, 69247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Corresponding primes are: 5, 5, 7, 3469, 9949, 65839, 1514209, 5221129, 40883539, ...
a(42) > 10^5.
Terms > 35 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!4+4.
OpenPFGW Project, Primality Tester
EXAMPLE
15!4 + 2^2 = 15*11*7*3*1 + 4 = 3469 is prime, so 15 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 4] + 2^2] &]
CROSSREFS
Sequence in context: A043060 A029476 A154317 * A323033 A365371 A080705
KEYWORD
nonn,more
AUTHOR
Robert Price, Aug 17 2017
EXTENSIONS
a(40)-a(41) from Robert Price, Sep 25 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)