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!)
A289560 Primes of the form k!4+256, where k!4 is the quadruple factorial number (A007662). 1
257, 277, 487, 1267389841, 50491808745015763381, 1008407509171875041482378381, 429215532868726286171043772444743140881, 4551830726072842264843919206776501006328381 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!4+256.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 4] + 256, {i, 0, 100}], PrimeQ[#]&]
CROSSREFS
Cf. A291349.
Sequence in context: A288411 A060879 A062382 * A256776 A252279 A105345
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 May 10 03:34 EDT 2024. Contains 372354 sequences. (Running on oeis4.)