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!)
A238265 Primes p such that p + 1 or p - 1 is in A055462. 1
2, 3, 23, 6911, 238878721, 5944066965503999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes which are within 1 of a superduperfactorial number.
Supersequence of A193430.
LINKS
FORMULA
a(n) are the prime values of 1! * (1! * 2!) * (1! * 2! * 3!) * (1! * 2! * 3! * n!) +/- 1.
EXAMPLE
A000142(2)^3*A000142(3)^2*A000142(4) - 1 = 6911, which is prime.
PROG
(PARI) t=1; p=1; for(n=1, 6, t*=n!; p*=t; if(isprime(p-1), print1(p-1, ", ")); if(isprime(p+1), print1(p+1, ", ")));
CROSSREFS
Sequence in context: A225726 A076530 A360225 * A203015 A260420 A241661
KEYWORD
nonn,hard
AUTHOR
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)