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!)
A093433 a(n) = (p(1)*...*p(n)) + (p(n+1)*...*p(2n)) where p(n) is the n-th prime. 4
2, 5, 41, 1031, 46399, 2803043, 247140857, 25627356863, 3359824134707, 525738142728791, 86239154183764823, 16043263583368582931, 3203015861712721419161, 765364544804215147351277, 196164712685969109811322179, 51407675872783850510756055649 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A002110(n) + A107712(n).
EXAMPLE
a(5) = 2803043 because 2*3*5*7*11 + 13*17*19*23*29 = 2803043.
MAPLE
a:= n-> add(mul(ithprime(i+j), i=1..n), j=[0, n]):
seq(a(n), n=0..20); # Alois P. Heinz, Apr 13 2024
CROSSREFS
Sequence in context: A175172 A218057 A126469 * A054859 A076725 A059917
KEYWORD
easy,nonn
AUTHOR
Jason Earls, May 12 2004
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 3 07:04 EDT 2024. Contains 372206 sequences. (Running on oeis4.)