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!)
A290047 Primes in A290046. 0
2, 45181, 6290021506693847759, 25266964023001914822246560759, 10384129888710330539039375199241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n < 26, A290046(n) are primes when n = {1, 4, 11, 15, 16}.
For n >= 26, 41|A290046(n). Therefore there are only 5 terms in this sequence.
LINKS
EXAMPLE
45181 = |0!! - 3!! + 6!! - 9!! + 12!!| is prime.
MATHEMATICA
Select[#, PrimeQ] &@ Table[Abs@ Sum[(-1)^k*(3 k)!!, {k, 0, n}], {n, 0, 30}] (* Michael De Vlieger, Jul 19 2017 *)
CROSSREFS
Sequence in context: A106025 A157959 A364134 * A094213 A321382 A153924
KEYWORD
easy,nonn,fini,full
AUTHOR
XU Pingya, Jul 19 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)