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!)
A289702 Primes of the form k!4+1024, where k!4 is the quadruple factorial number (A007662). 1
1069, 1609, 1515229, 40884559, 4996617649, 3496303289505049, 3080000333445961551649, 56064899053039198176082552869866162894943516649, 4767836158257635361854381088929485809336884933170042099072266649 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!4+1024.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 4] + 1024, {i, 0, 100}], PrimeQ[#]&]
CROSSREFS
Cf. A291351.
Sequence in context: A145298 A145299 A328894 * A095673 A252569 A020386
KEYWORD
nonn
AUTHOR
Robert Price, Sep 02 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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)