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!)
A103855 a(n) = prime(n)! - prime(n)# + 1. 8
1, 1, 91, 4831, 39914491, 6226990771, 355687427585491, 121645100399132311, 25852016738884753547131, 8841761993739701954537146306771, 8222838654177922817725362319509871 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Reinhard Zumkeller, p(n)!-p(n )#+1
FORMULA
a(n) = A039716(n)-A002110(n)+1 = A002110(n)*(A092435(n)-1)+1.
MATHEMATICA
primorial[n_] := Product[Prime[i], {i, n}]; A103855[n_] := Prime[n]! - primorial[n] + 1; Array[A103855, 20] (* G. C. Greubel, May 09 2017 *)
CROSSREFS
Sequence in context: A283383 A004380 A234123 * A238541 A217853 A210461
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 20 2005
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 07:42 EDT 2024. Contains 371905 sequences. (Running on oeis4.)