mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2008-04-18, 00:19   #1
roger
 
roger's Avatar
 
Oct 2006

22×5×13 Posts
Default Σ summation increments

How is a summation expressed when the increment from one value in an expression to another is greater than one?

For example, if I wanted the summation of a seried with the increment of the variable values being two, would I have to write earlier in the expression: let [variable] = 2*x ?

I don't know how to do TEX code, so here's a picture:

Thanks!
Attached Images
 
roger is offline   Reply With Quote
Old 2008-04-18, 01:48   #2
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

746010 Posts
Default

Quote:
Originally Posted by roger View Post
How is a summation expressed when the increment from one value in an expression to another is greater than one?

For example, if I wanted the summation of a seried with the increment of the variable values being two, would I have to write earlier in the expression: let [variable] = 2*x ?

I don't know how to do TEX code, so here's a picture:

Thanks!

\sum_{n=1}^{\infty} \frac{1}{(2n-1)} would be over all odd numbers

replace (2n-1) for even numbers with just (2n)
R.D. Silverman is offline   Reply With Quote
Old 2008-04-18, 07:04   #3
Orgasmic Troll
Cranksta Rap Ayatollah
 
Orgasmic Troll's Avatar
 
Jul 2003

64110 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
\sum_{n=1}^{\infty}  \frac{1}{(2n-1)} would be over all odd numbers

replace (2n-1) for even numbers with just (2n)
(threw in tex tags)
Orgasmic Troll is offline   Reply With Quote
Reply

Thread Tools


All times are UTC. The time now is 22:11.


Fri Aug 6 22:11:36 UTC 2021 up 14 days, 16:40, 1 user, load averages: 2.74, 3.05, 2.90

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.