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!)
A332731 a(n) is the smallest positive k such that n!*prime(n) - k is a prime. 1
1, 1, 1, 1, 11, 11, 1, 13, 1, 17, 1, 1, 53, 17, 1, 29, 23, 31, 23, 1, 29, 67, 31, 31, 43, 29, 181, 1, 83, 41, 101, 79, 179, 79, 43, 83, 47, 83, 163, 79, 53, 73, 59, 67, 347, 223, 67, 53, 97, 1, 157, 73, 1, 229, 101, 1, 263, 103, 101, 163, 139, 599, 103, 197, 73, 433, 313, 73 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,5
COMMENTS
Equivalently, a(n) = n!*prime(n) minus the previous prime.
LINKS
FORMULA
a(n) = n!*prime(n) - A007917(n!*prime(n)).
EXAMPLE
For n=3, n!*prime(n) = 3!*prime(3) = 6*5 = 30, and the largest prime < 30 is 29, so a(3) = 30 - 29 = 1.
PROG
(PARI) a(n) = my(x=n!*prime(n)); x - precprime(x); \\ Michel Marcus, Feb 22 2020
CROSSREFS
Sequence in context: A287288 A287979 A268915 * A322270 A260589 A291367
KEYWORD
nonn
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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)