Geometric progression

Input Variables   Output Variables  
Program Code
  Description
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Default Value *
Description *
Multi Lines
Variable Name * (dynamic type) UP
Down
Delete
Description *
Input Variables List
Output Variables List
Source Code
Subject
Description
Geometric progression or sequence, is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed non-zero number called the common ratio. For example, the series 2, 6, 18, 54, ... is a geometric progression with common ratio 3.

Formula:

Gp = a r (n-1)

Where,
a - first term in the series,
n - last term in the series,
r - common difference.
Category General
Created By tech
Created Date 11/28/2010
Last Modify Date 9/7/2011
Calculation Count 103
Version 1.00
Positive 0
Neutral 0
Negative 0
Related Program ID 34 , 35 , 36 , 37 , 39