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!)
A288409 Primes of the form k!2+64, where k!2 is the double factorial number (A006852). 1
67, 79, 1009, 10459, 34459489, 654729139, 316234143289, 2980227913743310874726229193921939 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 211 digits. - Harvey P. Dale, Feb 07 2019
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!2+64.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 2] + 64, {i, 0, 100}], PrimeQ[#]&]
Select[Range[100]!!+64, PrimeQ] (* Harvey P. Dale, Feb 07 2019 *)
CROSSREFS
Cf. A076193.
Sequence in context: A173040 A091490 A091075 * A139973 A118741 A217115
KEYWORD
nonn
AUTHOR
Robert Price, Jun 08 2017
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)