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!)
A095134 Sum of the product of the first floor(n/2) even-indexed primes and the product of the first floor(n/2) odd-indexed primes. 3
2, 5, 13, 31, 131, 383, 2143, 7057, 48197, 193433, 1483733, 6898961, 60231361, 293988703, 2808611363, 15253406999, 164272132459, 925319250199, 10930128162979, 65091314708809, 796351893424729, 5081275480436251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sum_{i=1..n} of the product_{j=2..n, 2} p_j (A066206) and the product_{k=1..n, 2} p_j (A066205).
EXAMPLE
a(5) = 2*5*11 + 3*7 = 131, a(6) = 2*5*11 + 3*7*13 = 383, a(7) =
2*5*11*17 + 3*7*13 = 2143, a(8) = 2*5*11*17 + 3*7*13*19 = 7057.
MATHEMATICA
f[n_] := Product[Prime[i], {i, 2, n, 2}] + Product[Prime[i], {i, 1, n, 2}]; f[1] = 2; Table[ f[n], {n, 22}]
CROSSREFS
Sequence in context: A099515 A056367 A082733 * A086758 A179257 A116702
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 27 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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)