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!)
A288410 Primes of the form k!2+128, where k!2 is the double factorial number (A006852). 1
131, 233, 34459553, 654729203, 191898783962510753, 563862029680583509947947003, 2980227913743310874726229193922003 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(8)) has 147 digits. - Harvey P. Dale, Apr 09 2020
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!2+128.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 2] + 128, {i, 0, 100}], PrimeQ[#]&]
Select[Range[100]!!+128, PrimeQ] (* Harvey P. Dale, Apr 09 2020 *)
CROSSREFS
Cf. A076194.
Sequence in context: A124308 A059702 A142442 * A033206 A107001 A142616
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)