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!)
A288715 Primes of the form k!8+1, where k!8 is the octuple factorial number (A114800). 1
2, 3, 5, 7, 26881, 55441, 96909121, 132843110401, 48704929136641, 152349556104345601, 1397121162877440001, 383414179456168545484801, 81419177249980419349301811609600001, 13189906714496827934586893480755200001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!8+1.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 8] + 1, {i, 0, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -8]+1, {n, 200}], PrimeQ] (* Harvey P. Dale, Dec 26 2022 *)
CROSSREFS
Cf. A204661.
Sequence in context: A252357 A037948 A007659 * A208361 A145380 A136740
KEYWORD
nonn
AUTHOR
Robert Price, Jun 13 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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)