Calculate Number Set Basics from 9,8,7,64,3,2,1

<-- Enter Number Set
<-- Probabilities (or counts for Weighted Average), check box if you are using these →
  

You entered a number set X of {9,8,7,64,3,2,1}
Do 3 things
Run statistical calculations on this
Treat ths as a vector and run calculations on this
Treat this as a sequence

Order This Number Set

Order lowest to highest
1 < 2 < 3 < 7 < 8 < 9 < 64

Order highest to lowest
64 > 9 > 8 > 7 > 3 > 2 > 1

Basic Stats Calculations

Mean, Variance, Standard Deviation, Median, Mode

Calculate Mean (Average) denoted as μ

μ  =  Sum of your number Set
  Total Numbers Entered

μ  =  ΣXi
  n

μ  =  9 + 8 + 7 + 64 + 3 + 2 + 1
  7

μ  =  94
  7

μ = 13.428571428571

Calculate variance denoted as σ2

Evaluate the square difference from the mean of each term
(Xi - μ)2:

(X1 - μ)2 = (9 - μ = 13.428571428571)2 = 92 = 81
(X2 - μ)2 = (8 - μ = 13.428571428571)2 = 82 = 64
(X3 - μ)2 = (7 - μ = 13.428571428571)2 = 72 = 49
(X4 - μ)2 = (64 - μ = 13.428571428571)2 = 642 = 4096
(X5 - μ)2 = (3 - μ = 13.428571428571)2 = 32 = 9
(X6 - μ)2 = (2 - μ = 13.428571428571)2 = 22 = 4
(X7 - μ)2 = (1 - μ = 13.428571428571)2 = 12 = 1

Add our 7 sum of squared differences up

ΣE(Xi - μ)2 = 81 + 64 + 49 + 4096 + 9 + 4 + 1
ΣE(Xi - μ)2 = 4304

Variance Table

PopulationSample
σ2  =  ΣE(Xi - μ)2
  n

σ2  =  ΣE(Xi - μ)2
  n - 1

σ2  =  4304
  7

σ2  =  4304
  6

Variance: σp2 = 614.85714285714Variance: σs2 = 717.33333333333
Standard Deviation: σp = √σp2 = √614.85714285714Standard Deviation: σs = √σs2 = √717.33333333333
Standard Deviation: σp = 24.7963Standard Deviation: σs = 26.7831


Calculate the Standard Error of the Mean:

PopulationSample
SEM  =  σp
  n

SEM  =  σs
  n

SEM  =  24.7963
  7

SEM  =  26.7831
  7

SEM  =  24.7963
  2.6457513110646

SEM  =  26.7831
  2.6457513110646

SEM = 9.3721SEM = 10.1231


Calculate Skewness:

Skewness  =  E(Xi - μ)3
  (n - 1)σ3

Let's evaluate the square difference from the mean of each term (Xi - μ)3:
(X1 - μ)3 = (9 - μ = 13.428571428571)3 = 93 = 729
(X2 - μ)3 = (8 - μ = 13.428571428571)3 = 83 = 512
(X3 - μ)3 = (7 - μ = 13.428571428571)3 = 73 = 343
(X4 - μ)3 = (64 - μ = 13.428571428571)3 = 643 = 262144
(X5 - μ)3 = (3 - μ = 13.428571428571)3 = 33 = 27
(X6 - μ)3 = (2 - μ = 13.428571428571)3 = 23 = 8
(X7 - μ)3 = (1 - μ = 13.428571428571)3 = 13 = 1

Adding our 7 sum of cubed differences

ΣE(Xi - μ)3 = 729 + 512 + 343 + 262144 + 27 + 8 + 1
ΣE(Xi - μ)3 = 263764

Finish calculating skewness:

Skewness  =  E(Xi - μ)3
  (n - 1)σ3

Skewness  =  263764
  (7 - 1)24.79633

Skewness  =  263764
  (6)15246.166074485

Skewness  =  263764
  91476.996446912

Skewness = 2.8833915655842

Calculate Average Deviation (Mean Absolute Deviation) denoted below:

AD  =  Σ|Xi - μ|
  n

Let's evaluate the absolute value of the difference from the mean of each term |Xi - μ|:
|X1 - μ| = |9 - μ = 13.428571428571| = |9| = 9
|X2 - μ| = |8 - μ = 13.428571428571| = |8| = 8
|X3 - μ| = |7 - μ = 13.428571428571| = |7| = 7
|X4 - μ| = |64 - μ = 13.428571428571| = |64| = 64
|X5 - μ| = |3 - μ = 13.428571428571| = |3| = 3
|X6 - μ| = |2 - μ = 13.428571428571| = |2| = 2
|X7 - μ| = |1 - μ = 13.428571428571| = |1| = 1

Add our 7 absolute value of differences from the mean

Σ|Xi - μ| = 9 + 8 + 7 + 64 + 3 + 2 + 1
Σ|Xi - μ| = 94

Calculate average deviation (mean absolute deviation)

AD  =  Σ|Xi - μ|
  n

AD  =  94
  7

Average Deviation = 13.42857

Calculate the Median (Middle Value)

Since our number set contains 7 elements which is an odd number
our median number is determined as follows:
Number Set = (n1,n2,n3,n4,n5,n6,n7)
Median Number = Entry ½(n + 1)
Median Number = Entry ½(8)
Median Number = n4

Final Median Calculation

Therefore, we sort our number set in ascending order and our median is
entry 4 of our number set highlighted in red:
(
1)
,2)
,3)
,7)
,8)
,9)
,64)
Median = 7

Calculate the Mode - Highest Frequency Number

The highest frequency of occurence in our number set is
1 times by the following numbers in green:
(9,8,7,64,3,2,1)
Since the maximum frequency of any number is 1, no mode exists.

Calculate the Range

Range = Largest Number - Smallest Number
Range = 64 - 1
Range = 63

Calculate Mid-Range:

Mid-Range  =  Smallest Number in the Set + Largest Number in the Set
  2

Mid-Range  =  64 + 1
  2

Mid-Range  =  65
  2

Mid-Range = 32.5

Calculate Pearsons Skewness Coefficient 1:

PSC1  =  μ - Mode
  σ

PSC1  =  3( μ = 13.428571428571 - N/A)
  24.7963

Since no mode exists, we do not have a Pearsons Skewness Coefficient 1

Calculate Pearsons Skewness Coefficient 2:

PSC2  =  μ - Median
  σ

PSC1  =  3( μ = 13.428571428571 - 7)
  24.7963

PSC2  =  3 x -7
  24.7963

PSC2  =  -21
  24.7963

PSC2 = -0.8469

Calculate Entropy:

Entropy = Ln(n)
Entropy = Ln(7)
Entropy = 1.9459101490553

Calculate the Quartile Items

Sort our number set from lowest to highest
{1,2,3,7,8,9,64}

Calculate Upper Quartile (UQ) when y = 75%:

V  =  y(n + 1)
  100

V  =  75(7 + 1)
  100

V  =  75(8)
  100

V  =  600
  100

V = 6 ← Rounded down to the nearest integer

Upper quartile (UQ) point = Point # 6 in the dataset which is 9
1,2,3,7,8,9,64

Calculate Lower Quartile (LQ) when y = 25%:

V  =  y(n + 1)
  100

V  =  25(7 + 1)
  100

V  =  25(8)
  100

V  =  200
  100

V = 2 ← Rounded up to the nearest integer

Lower quartile (LQ) point = Point # 2 in the dataset which is 2

1,2,3,7,8,9,64

Calculate Inter-Quartile Range (IQR):

IQR = UQ - LQ
IQR = 9 - 2
IQR = 7

Calculate Lower Inner Fence (LIF):

Lower Inner Fence (LIF) = LQ - 1.5 x IQR
Lower Inner Fence (LIF) = 2 - 1.5 x 7
Lower Inner Fence (LIF) = 2 - 10.5
Lower Inner Fence (LIF) = -8.5

Calculate Upper Inner Fence (UIF):

Upper Inner Fence (UIF) = UQ + 1.5 x IQR
Upper Inner Fence (UIF) = 9 + 1.5 x 7
Upper Inner Fence (UIF) = 9 + 10.5
Upper Inner Fence (UIF) = 19.5

Calculate Lower Outer Fence (LOF):

Lower Outer Fence (LOF) = LQ - 3 x IQR
Lower Outer Fence (LOF) = 2 - 3 x 7
Lower Outer Fence (LOF) = 2 - 21
Lower Outer Fence (LOF) = -19

Calculate Upper Outer Fence (UOF):

Upper Outer Fence (UOF) = UQ + 3 x IQR
Upper Outer Fence (UOF) = 9 + 3 x 7
Upper Outer Fence (UOF) = 9 + 21
Upper Outer Fence (UOF) = 30

Calculate Suspect Outliers:

Suspect Outliers are values between the inner and outer fences
We wish to mark all values in our dataset (v) in red below such that
-19 < v < -8.5 and 19.5 < v < 30
1,2,3,7,8,9,64

Calculate Highly Suspect Outliers:

Highly Suspect Outliers are values outside the outer fences
Mark all values in our dataset (v) in red below such that
v < -19 or v > 30
1,2,3,7,8,9,64

Stem and Leaf Plot

Take the first digit of each value in our number set
Use this as our stem value
Use the remaining digits for our leaf portion

Sort our number set in descending order:

{64,9,8,7,3,2,1}

Stem and Leaf Plot

StemLeaf
64
9
8
7
3
2
1


Ranked Data Calculation

Sort our number set in ascending order
and assign a ranking to each number:

Ranked Data Table

Number Set Value12378964
Rank1234567


Step 2: Using original number set, assign the rank value:

Assign ranks from lowest to highest (1 to 7)
Our original number set in unsorted order was 1,2,3,7,8,9,64
Our respective ranked data set is 1,2,3,4,5,6,7

Root Mean Square Calculation

Root Mean Square  =  A
  N

where A = x12 + x22 + x32 + x42 + x52 + x62 + x72 and N = 7 number set items

Calculate A

A = 12 + 22 + 32 + 72 + 82 + 92 + 642
A = 1 + 4 + 9 + 49 + 64 + 81 + 4096
A = 4304

Calculate Root Mean Square (RMS):

RMS  =  4304
  7

RMS  =  65.604877867427
  2.6457513110646

RMS = 24.796313089997

Harmonic-Geometric-Mid Range Weighted Average

Calculate the harmonic mean,
geometric mean, mid-range, weighted-average:

Calculate Harmonic Mean:

Harmonic Mean  =  N
  1/x1 + 1/x2 + 1/x3 + 1/x4 + 1/x5 + 1/x6 + 1/x7

With N = 7 and each xi a member of the number set you entered, we have:
Harmonic Mean  =  7
  1/1 + 1/2 + 1/3 + 1/7 + 1/8 + 1/9 + 1/64

Harmonic Mean  =  7
  1 + 0.5 + 0.33333333333333 + 0.14285714285714 + 0.125 + 0.11111111111111 + 0.015625

Harmonic Mean  =  7
  2.2279265873016

Harmonic Mean = 3.1419347656685

Calculate Geometric Mean:

Geometric Mean = (x1 * x2 * x3 * x4 * x5 * x6 * x7)1/N
Geometric Mean = (1 * 2 * 3 * 7 * 8 * 9 * 64)1/7
Geometric Mean = 1935360.14285714285714
Geometric Mean = 5.691826851234

Calcualte Mid-Range:

Mid-Range  =  Maximum Value in Number Set + Minimum Value in Number Set
  2

Mid-Range  =  64 + 1
  2

Mid-Range  =  65
  2

Mid-Range = 32.5

Calculate weighted average

9,8,7,64,3,2,1

Weighted-Average Formula:

Multiply each value by each probability amount
We do this by multiplying each Xi x pi to get a weighted score Y
Weighted Average  =  X1p1 + X2p2 + X3p3 + X4p4 + X5p5 + X6p6 + X7p7
  n

Weighted Average  =  9 x 0.2 + 8 x 0.4 + 7 x 0.6 + 64 x 0.8 + 3 x 0.9 + 2 x + 1 x
  7

Weighted Average  =  1.8 + 3.2 + 4.2 + 51.2 + 2.7 + 0 + 0
  7

Weighted Average  =  63.1
  7

Weighted Average = 9.0142857142857

Frequency Distribution Table

Show the freqency distribution table for this number set
1, 2, 3, 7, 8, 9, 64

Determine the Number of Intervals using Sturges Rule:

We need to choose the smallest integer k such that 2k ≥ n where n = 7
For k = 1, we have 21 = 2
For k = 2, we have 22 = 4
For k = 3, we have 23 = 8 ← Use this since it is greater than our n value of 7
Therefore, we use 3 intervals
Our maximum value in our number set of 64 - 1 = 63
Each interval size is the difference of the maximum and minimum value divided by the number of intervals
Interval Size  =  63
  3

Add 1 to this giving us 21 + 1 = 22

Frequency Distribution Table

Class LimitsClass BoundariesFDCFDRFDCRFD
1 - 230.5 - 23.5666/7 = 85.71%6/7 = 85.71%
23 - 4522.5 - 45.56 + = 6/7 = 0%6/7 = 85.71%
45 - 6744.5 - 67.516 + + 1 = 71/7 = 14.29%7/7 = 100%
  7 100% 


Successive Ratio Calculation

Go through our 7 numbers
Determine the ratio of each number to the next one

Successive Ratio 1: 1,2,3,7,8,9,64

1:2 → 0.5

Successive Ratio 2: 1,2,3,7,8,9,64

2:3 → 0.6667

Successive Ratio 3: 1,2,3,7,8,9,64

3:7 → 0.4286

Successive Ratio 4: 1,2,3,7,8,9,64

7:8 → 0.875

Successive Ratio 5: 1,2,3,7,8,9,64

8:9 → 0.8889

Successive Ratio 6: 1,2,3,7,8,9,64

9:64 → 0.1406

Successive Ratio Answer

Successive Ratio = 1:2,2:3,3:7,7:8,8:9,9:64 or 0.5,0.6667,0.4286,0.875,0.8889,0.1406

Treat this as a set

Calculate the power set and partitions
For set S = {9,8,7,64,3,2,1}, show:
Elements, cardinality, and power set

List the elements of S

Elements = set objects
Use the ∈ symbol.
  1. 9 ∈ S
  2. 8 ∈ S
  3. 7 ∈ S
  4. 64 ∈ S
  5. 3 ∈ S
  6. 2 ∈ S
  7. 1 ∈ S

Cardinality of set S → |S|:

Cardinality = Number of set elements.
Since the set S contains 7 elements
|S| = 7

Determine the power set P:

Power set = Set of all subsets of S
including S and ∅.

Calculate power set subsets

S contains 7 terms
Power Set contains 27 = 128 items

Build subsets of P

The subset A of a set B is
A set where all elements of A are in B.
#BinaryUse if 1Subset
000000009,8,7,64,3,2,1{}
100000019,8,7,64,3,2,1{1}
200000109,8,7,64,3,2,1{2}
300000119,8,7,64,3,2,1{2,1}
400001009,8,7,64,3,2,1{3}
500001019,8,7,64,3,2,1{3,1}
600001109,8,7,64,3,2,1{3,2}
700001119,8,7,64,3,2,1{3,2,1}
800010009,8,7,64,3,2,1{64}
900010019,8,7,64,3,2,1{64,1}
1000010109,8,7,64,3,2,1{64,2}
1100010119,8,7,64,3,2,1{64,2,1}
1200011009,8,7,64,3,2,1{64,3}
1300011019,8,7,64,3,2,1{64,3,1}
1400011109,8,7,64,3,2,1{64,3,2}
1500011119,8,7,64,3,2,1{64,3,2,1}
1600100009,8,7,64,3,2,1{7}
1700100019,8,7,64,3,2,1{7,1}
1800100109,8,7,64,3,2,1{7,2}
1900100119,8,7,64,3,2,1{7,2,1}
2000101009,8,7,64,3,2,1{7,3}
2100101019,8,7,64,3,2,1{7,3,1}
2200101109,8,7,64,3,2,1{7,3,2}
2300101119,8,7,64,3,2,1{7,3,2,1}
2400110009,8,7,64,3,2,1{7,64}
2500110019,8,7,64,3,2,1{7,64,1}
2600110109,8,7,64,3,2,1{7,64,2}
2700110119,8,7,64,3,2,1{7,64,2,1}
2800111009,8,7,64,3,2,1{7,64,3}
2900111019,8,7,64,3,2,1{7,64,3,1}
3000111109,8,7,64,3,2,1{7,64,3,2}
3100111119,8,7,64,3,2,1{7,64,3,2,1}
3201000009,8,7,64,3,2,1{8}
3301000019,8,7,64,3,2,1{8,1}
3401000109,8,7,64,3,2,1{8,2}
3501000119,8,7,64,3,2,1{8,2,1}
3601001009,8,7,64,3,2,1{8,3}
3701001019,8,7,64,3,2,1{8,3,1}
3801001109,8,7,64,3,2,1{8,3,2}
3901001119,8,7,64,3,2,1{8,3,2,1}
4001010009,8,7,64,3,2,1{8,64}
4101010019,8,7,64,3,2,1{8,64,1}
4201010109,8,7,64,3,2,1{8,64,2}
4301010119,8,7,64,3,2,1{8,64,2,1}
4401011009,8,7,64,3,2,1{8,64,3}
4501011019,8,7,64,3,2,1{8,64,3,1}
4601011109,8,7,64,3,2,1{8,64,3,2}
4701011119,8,7,64,3,2,1{8,64,3,2,1}
4801100009,8,7,64,3,2,1{8,7}
4901100019,8,7,64,3,2,1{8,7,1}
5001100109,8,7,64,3,2,1{8,7,2}
5101100119,8,7,64,3,2,1{8,7,2,1}
5201101009,8,7,64,3,2,1{8,7,3}
5301101019,8,7,64,3,2,1{8,7,3,1}
5401101109,8,7,64,3,2,1{8,7,3,2}
5501101119,8,7,64,3,2,1{8,7,3,2,1}
5601110009,8,7,64,3,2,1{8,7,64}
5701110019,8,7,64,3,2,1{8,7,64,1}
5801110109,8,7,64,3,2,1{8,7,64,2}
5901110119,8,7,64,3,2,1{8,7,64,2,1}
6001111009,8,7,64,3,2,1{8,7,64,3}
6101111019,8,7,64,3,2,1{8,7,64,3,1}
6201111109,8,7,64,3,2,1{8,7,64,3,2}
6301111119,8,7,64,3,2,1{8,7,64,3,2,1}
6410000009,8,7,64,3,2,1{9}
6510000019,8,7,64,3,2,1{9,1}
6610000109,8,7,64,3,2,1{9,2}
6710000119,8,7,64,3,2,1{9,2,1}
6810001009,8,7,64,3,2,1{9,3}
6910001019,8,7,64,3,2,1{9,3,1}
7010001109,8,7,64,3,2,1{9,3,2}
7110001119,8,7,64,3,2,1{9,3,2,1}
7210010009,8,7,64,3,2,1{9,64}
7310010019,8,7,64,3,2,1{9,64,1}
7410010109,8,7,64,3,2,1{9,64,2}
7510010119,8,7,64,3,2,1{9,64,2,1}
7610011009,8,7,64,3,2,1{9,64,3}
7710011019,8,7,64,3,2,1{9,64,3,1}
7810011109,8,7,64,3,2,1{9,64,3,2}
7910011119,8,7,64,3,2,1{9,64,3,2,1}
8010100009,8,7,64,3,2,1{9,7}
8110100019,8,7,64,3,2,1{9,7,1}
8210100109,8,7,64,3,2,1{9,7,2}
8310100119,8,7,64,3,2,1{9,7,2,1}
8410101009,8,7,64,3,2,1{9,7,3}
8510101019,8,7,64,3,2,1{9,7,3,1}
8610101109,8,7,64,3,2,1{9,7,3,2}
8710101119,8,7,64,3,2,1{9,7,3,2,1}
8810110009,8,7,64,3,2,1{9,7,64}
8910110019,8,7,64,3,2,1{9,7,64,1}
9010110109,8,7,64,3,2,1{9,7,64,2}
9110110119,8,7,64,3,2,1{9,7,64,2,1}
9210111009,8,7,64,3,2,1{9,7,64,3}
9310111019,8,7,64,3,2,1{9,7,64,3,1}
9410111109,8,7,64,3,2,1{9,7,64,3,2}
9510111119,8,7,64,3,2,1{9,7,64,3,2,1}
9611000009,8,7,64,3,2,1{9,8}
9711000019,8,7,64,3,2,1{9,8,1}
9811000109,8,7,64,3,2,1{9,8,2}
9911000119,8,7,64,3,2,1{9,8,2,1}
10011001009,8,7,64,3,2,1{9,8,3}
10111001019,8,7,64,3,2,1{9,8,3,1}
10211001109,8,7,64,3,2,1{9,8,3,2}
10311001119,8,7,64,3,2,1{9,8,3,2,1}
10411010009,8,7,64,3,2,1{9,8,64}
10511010019,8,7,64,3,2,1{9,8,64,1}
10611010109,8,7,64,3,2,1{9,8,64,2}
10711010119,8,7,64,3,2,1{9,8,64,2,1}
10811011009,8,7,64,3,2,1{9,8,64,3}
10911011019,8,7,64,3,2,1{9,8,64,3,1}
11011011109,8,7,64,3,2,1{9,8,64,3,2}
11111011119,8,7,64,3,2,1{9,8,64,3,2,1}
11211100009,8,7,64,3,2,1{9,8,7}
11311100019,8,7,64,3,2,1{9,8,7,1}
11411100109,8,7,64,3,2,1{9,8,7,2}
11511100119,8,7,64,3,2,1{9,8,7,2,1}
11611101009,8,7,64,3,2,1{9,8,7,3}
11711101019,8,7,64,3,2,1{9,8,7,3,1}
11811101109,8,7,64,3,2,1{9,8,7,3,2}
11911101119,8,7,64,3,2,1{9,8,7,3,2,1}
12011110009,8,7,64,3,2,1{9,8,7,64}
12111110019,8,7,64,3,2,1{9,8,7,64,1}
12211110109,8,7,64,3,2,1{9,8,7,64,2}
12311110119,8,7,64,3,2,1{9,8,7,64,2,1}
12411111009,8,7,64,3,2,1{9,8,7,64,3}
12511111019,8,7,64,3,2,1{9,8,7,64,3,1}
12611111109,8,7,64,3,2,1{9,8,7,64,3,2}
12711111119,8,7,64,3,2,1{9,8,7,64,3,2,1}


List our Power Set P in notation form:

P = {{}, {1}, {2}, {3}, {7}, {8}, {9}, {64}, {2,1}, {3,1}, {3,2}, {64,1}, {64,2}, {64,3}, {7,1}, {7,2}, {7,3}, {7,64}, {8,1}, {8,2}, {8,3}, {8,64}, {8,7}, {9,1}, {9,2}, {9,3}, {9,64}, {9,7}, {9,8}, {3,2,1}, {64,2,1}, {64,3,1}, {64,3,2}, {7,2,1}, {7,3,1}, {7,3,2}, {7,64,1}, {7,64,2}, {7,64,3}, {8,2,1}, {8,3,1}, {8,3,2}, {8,64,1}, {8,64,2}, {8,64,3}, {8,7,1}, {8,7,2}, {8,7,3}, {8,7,64}, {9,2,1}, {9,3,1}, {9,3,2}, {9,64,1}, {9,64,2}, {9,64,3}, {9,7,1}, {9,7,2}, {9,7,3}, {9,7,64}, {9,8,1}, {9,8,2}, {9,8,3}, {9,8,64}, {9,8,7}, {64,3,2,1}, {7,3,2,1}, {7,64,2,1}, {7,64,3,1}, {7,64,3,2}, {8,3,2,1}, {8,64,2,1}, {8,64,3,1}, {8,64,3,2}, {8,7,2,1}, {8,7,3,1}, {8,7,3,2}, {8,7,64,1}, {8,7,64,2}, {8,7,64,3}, {9,3,2,1}, {9,64,2,1}, {9,64,3,1}, {9,64,3,2}, {9,7,2,1}, {9,7,3,1}, {9,7,3,2}, {9,7,64,1}, {9,7,64,2}, {9,7,64,3}, {9,8,2,1}, {9,8,3,1}, {9,8,3,2}, {9,8,64,1}, {9,8,64,2}, {9,8,64,3}, {9,8,7,1}, {9,8,7,2}, {9,8,7,3}, {9,8,7,64}, {7,64,3,2,1}, {8,64,3,2,1}, {8,7,3,2,1}, {8,7,64,2,1}, {8,7,64,3,1}, {8,7,64,3,2}, {9,64,3,2,1}, {9,7,3,2,1}, {9,7,64,2,1}, {9,7,64,3,1}, {9,7,64,3,2}, {9,8,3,2,1}, {9,8,64,2,1}, {9,8,64,3,1}, {9,8,64,3,2}, {9,8,7,2,1}, {9,8,7,3,1}, {9,8,7,3,2}, {9,8,7,64,1}, {9,8,7,64,2}, {9,8,7,64,3}, {8,7,64,3,2,1}, {9,7,64,3,2,1}, {9,8,64,3,2,1}, {9,8,7,3,2,1}, {9,8,7,64,2,1}, {9,8,7,64,3,1}, {9,8,7,64,3,2}, {9,8,7,64,3,2,1}}

Partition 1

{2,1},{9,8,7,64,3}

Partition 2

{2,1},{9,8,7,64,3}

Partition 3

{2,1},{9,8,7,64,3}

Partition 4

{2,1},{9,8,7,64,3}

Partition 5

{2,1},{9,8,7,64,3}

Partition 6

{3,1},

Partition 7

{3,1},

Partition 8

{3,1},

Partition 9

{3,1},

Partition 10

{3,1},

Partition 11

{3,2},

Partition 12

{3,2},

Partition 13

{3,2},

Partition 14

{3,2},

Partition 15

{3,2},

Partition 16

{3,2,1},{9,8,7,64}

Partition 17

{3,2,1},{9,8,7,64}

Partition 18

{3,2,1},{9,8,7,64}

Partition 19

{3,2,1},{9,8,7,64}

Partition 20

{64,1},{9,8,7,64,3}

Partition 21

{64,1},{9,8,7,64,3}

Partition 22

{64,1},{9,8,7,64,3}

Partition 23

{64,1},{9,8,7,64,3}

Partition 24

{64,1},{9,8,7,64,3}

Partition 25

{64,2},{9,8,7,64,3}

Partition 26

{64,2},{9,8,7,64,3}

Partition 27

{64,2},{9,8,7,64,3}

Partition 28

{64,2},{9,8,7,64,3}

Partition 29

{64,2},{9,8,7,64,3}

Partition 30

{64,2,1},

Partition 31

{64,2,1},

Partition 32

{64,2,1},

Partition 33

{64,2,1},

Partition 34

{64,3},

Partition 35

{64,3},

Partition 36

{64,3},

Partition 37

{64,3},

Partition 38

{64,3},

Partition 39

{64,3,1},

Partition 40

{64,3,1},

Partition 41

{64,3,1},

Partition 42

{64,3,1},

Partition 43

{64,3,2},

Partition 44

{64,3,2},

Partition 45

{64,3,2},

Partition 46

{64,3,2},

Partition 47

{64,3,2,1},{9,8,7}

Partition 48

{64,3,2,1},{9,8,7}

Partition 49

{64,3,2,1},{9,8,7}

Partition 50

{7,1},{9,8,7,64,3}

Partition 51

{7,1},{9,8,7,64,3}

Partition 52

{7,1},{9,8,7,64,3}

Partition 53

{7,1},{9,8,7,64,3}

Partition 54

{7,1},{9,8,7,64,3}

Partition 55

{7,2},{9,8,7,64,3}

Partition 56

{7,2},{9,8,7,64,3}

Partition 57

{7,2},{9,8,7,64,3}

Partition 58

{7,2},{9,8,7,64,3}

Partition 59

{7,2},{9,8,7,64,3}

Partition 60

{7,2,1},{9,8,7,64}

Partition 61

{7,2,1},{9,8,7,64}

Partition 62

{7,2,1},{9,8,7,64}

Partition 63

{7,2,1},{9,8,7,64}

Partition 64

{7,3},

Partition 65

{7,3},

Partition 66

{7,3},

Partition 67

{7,3},

Partition 68

{7,3},

Partition 69

{7,3,1},{9,8,7,64}

Partition 70

{7,3,1},{9,8,7,64}

Partition 71

{7,3,1},{9,8,7,64}

Partition 72

{7,3,1},{9,8,7,64}

Partition 73

{7,3,2},{9,8,7,64}

Partition 74

{7,3,2},{9,8,7,64}

Partition 75

{7,3,2},{9,8,7,64}

Partition 76

{7,3,2},{9,8,7,64}

Partition 77

{7,3,2,1},

Partition 78

{7,3,2,1},

Partition 79

{7,3,2,1},

Partition 80

{7,64},{9,8,7,64,3}

Partition 81

{7,64},{9,8,7,64,3}

Partition 82

{7,64},{9,8,7,64,3}

Partition 83

{7,64},{9,8,7,64,3}

Partition 84

{7,64},{9,8,7,64,3}

Partition 85

{7,64,1},

Partition 86

{7,64,1},

Partition 87

{7,64,1},

Partition 88

{7,64,1},

Partition 89

{7,64,2},

Partition 90

{7,64,2},

Partition 91

{7,64,2},

Partition 92

{7,64,2},

Partition 93

{7,64,2,1},

Partition 94

{7,64,2,1},

Partition 95

{7,64,2,1},

Partition 96

{7,64,3},

Partition 97

{7,64,3},

Partition 98

{7,64,3},

Partition 99

{7,64,3},

Partition 100

{7,64,3,1},

Partition 101

{7,64,3,1},

Partition 102

{7,64,3,1},

Partition 103

{7,64,3,2},

Partition 104

{7,64,3,2},

Partition 105

{7,64,3,2},

Partition 106

{7,64,3,2,1},{9,8}

Partition 107

{7,64,3,2,1},{9,8}

Partition 108

{8,1},{9,8,7,64,3}

Partition 109

{8,1},{9,8,7,64,3}

Partition 110

{8,1},{9,8,7,64,3}

Partition 111

{8,1},{9,8,7,64,3}

Partition 112

{8,1},{9,8,7,64,3}

Partition 113

{8,2},{9,8,7,64,3}

Partition 114

{8,2},{9,8,7,64,3}

Partition 115

{8,2},{9,8,7,64,3}

Partition 116

{8,2},{9,8,7,64,3}

Partition 117

{8,2},{9,8,7,64,3}

Partition 118

{8,2,1},{9,8,7,64}

Partition 119

{8,2,1},{9,8,7,64}

Partition 120

{8,2,1},{9,8,7,64}

Partition 121

{8,2,1},{9,8,7,64}

Partition 122

{8,3},

Partition 123

{8,3},

Partition 124

{8,3},

Partition 125

{8,3},

Partition 126

{8,3},

Partition 127

{8,3,1},{9,8,7,64}

Partition 128

{8,3,1},{9,8,7,64}

Partition 129

{8,3,1},{9,8,7,64}

Partition 130

{8,3,1},{9,8,7,64}

Partition 131

{8,3,2},{9,8,7,64}

Partition 132

{8,3,2},{9,8,7,64}

Partition 133

{8,3,2},{9,8,7,64}

Partition 134

{8,3,2},{9,8,7,64}

Partition 135

{8,3,2,1},{9,8,7}

Partition 136

{8,3,2,1},{9,8,7}

Partition 137

{8,3,2,1},{9,8,7}

Partition 138

{8,64},{9,8,7,64,3}

Partition 139

{8,64},{9,8,7,64,3}

Partition 140

{8,64},{9,8,7,64,3}

Partition 141

{8,64},{9,8,7,64,3}

Partition 142

{8,64},{9,8,7,64,3}

Partition 143

{8,64,1},

Partition 144

{8,64,1},

Partition 145

{8,64,1},

Partition 146

{8,64,1},

Partition 147

{8,64,2},

Partition 148

{8,64,2},

Partition 149

{8,64,2},

Partition 150

{8,64,2},

Partition 151

{8,64,2,1},{9,8,7}

Partition 152

{8,64,2,1},{9,8,7}

Partition 153

{8,64,2,1},{9,8,7}

Partition 154

{8,64,3},

Partition 155

{8,64,3},

Partition 156

{8,64,3},

Partition 157

{8,64,3},

Partition 158

{8,64,3,1},{9,8,7}

Partition 159

{8,64,3,1},{9,8,7}

Partition 160

{8,64,3,1},{9,8,7}

Partition 161

{8,64,3,2},{9,8,7}

Partition 162

{8,64,3,2},{9,8,7}

Partition 163

{8,64,3,2},{9,8,7}

Partition 164

{8,64,3,2,1},

Partition 165

{8,64,3,2,1},

Partition 166

{8,7},{9,8,7,64,3}

Partition 167

{8,7},{9,8,7,64,3}

Partition 168

{8,7},{9,8,7,64,3}

Partition 169

{8,7},{9,8,7,64,3}

Partition 170

{8,7},{9,8,7,64,3}

Partition 171

{8,7,1},{9,8,7,64}

Partition 172

{8,7,1},{9,8,7,64}

Partition 173

{8,7,1},{9,8,7,64}

Partition 174

{8,7,1},{9,8,7,64}

Partition 175

{8,7,2},{9,8,7,64}

Partition 176

{8,7,2},{9,8,7,64}

Partition 177

{8,7,2},{9,8,7,64}

Partition 178

{8,7,2},{9,8,7,64}

Partition 179

{8,7,2,1},

Partition 180

{8,7,2,1},

Partition 181

{8,7,2,1},

Partition 182

{8,7,3},{9,8,7,64}

Partition 183

{8,7,3},{9,8,7,64}

Partition 184

{8,7,3},{9,8,7,64}

Partition 185

{8,7,3},{9,8,7,64}

Partition 186

{8,7,3,1},

Partition 187

{8,7,3,1},

Partition 188

{8,7,3,1},

Partition 189

{8,7,3,2},

Partition 190

{8,7,3,2},

Partition 191

{8,7,3,2},

Partition 192

{8,7,3,2,1},

Partition 193

{8,7,3,2,1},

Partition 194

{8,7,64},

Partition 195

{8,7,64},

Partition 196

{8,7,64},

Partition 197

{8,7,64},

Partition 198

{8,7,64,1},

Partition 199

{8,7,64,1},

Partition 200

{8,7,64,1},

Partition 201

{8,7,64,2},

Partition 202

{8,7,64,2},

Partition 203

{8,7,64,2},

Partition 204

{8,7,64,2,1},

Partition 205

{8,7,64,2,1},

Partition 206

{8,7,64,3},

Partition 207

{8,7,64,3},

Partition 208

{8,7,64,3},

Partition 209

{8,7,64,3,1},

Partition 210

{8,7,64,3,1},

Partition 211

{8,7,64,3,2},

Partition 212

{8,7,64,3,2},

Partition 213

{8,7,64,3,2,1},{9}

Partition 214

{9,1},{9,8,7,64,3}

Partition 215

{9,1},{9,8,7,64,3}

Partition 216

{9,1},{9,8,7,64,3}

Partition 217

{9,1},{9,8,7,64,3}

Partition 218

{9,1},{9,8,7,64,3}

Partition 219

{9,2},{9,8,7,64,3}

Partition 220

{9,2},{9,8,7,64,3}

Partition 221

{9,2},{9,8,7,64,3}

Partition 222

{9,2},{9,8,7,64,3}

Partition 223

{9,2},{9,8,7,64,3}

Partition 224

{9,2,1},{9,8,7,64}

Partition 225

{9,2,1},{9,8,7,64}

Partition 226

{9,2,1},{9,8,7,64}

Partition 227

{9,2,1},{9,8,7,64}

Partition 228

{9,3},

Partition 229

{9,3},

Partition 230

{9,3},

Partition 231

{9,3},

Partition 232

{9,3},

Partition 233

{9,3,1},{9,8,7,64}

Partition 234

{9,3,1},{9,8,7,64}

Partition 235

{9,3,1},{9,8,7,64}

Partition 236

{9,3,1},{9,8,7,64}

Partition 237

{9,3,2},{9,8,7,64}

Partition 238

{9,3,2},{9,8,7,64}

Partition 239

{9,3,2},{9,8,7,64}

Partition 240

{9,3,2},{9,8,7,64}

Partition 241

{9,3,2,1},{9,8,7}

Partition 242

{9,3,2,1},{9,8,7}

Partition 243

{9,3,2,1},{9,8,7}

Partition 244

{9,64},{9,8,7,64,3}

Partition 245

{9,64},{9,8,7,64,3}

Partition 246

{9,64},{9,8,7,64,3}

Partition 247

{9,64},{9,8,7,64,3}

Partition 248

{9,64},{9,8,7,64,3}

Partition 249

{9,64,1},

Partition 250

{9,64,1},

Partition 251

{9,64,1},

Partition 252

{9,64,1},

Partition 253

{9,64,2},

Partition 254

{9,64,2},

Partition 255

{9,64,2},

Partition 256

{9,64,2},

Partition 257

{9,64,2,1},{9,8,7}

Partition 258

{9,64,2,1},{9,8,7}

Partition 259

{9,64,2,1},{9,8,7}

Partition 260

{9,64,3},

Partition 261

{9,64,3},

Partition 262

{9,64,3},

Partition 263

{9,64,3},

Partition 264

{9,64,3,1},{9,8,7}

Partition 265

{9,64,3,1},{9,8,7}

Partition 266

{9,64,3,1},{9,8,7}

Partition 267

{9,64,3,2},{9,8,7}

Partition 268

{9,64,3,2},{9,8,7}

Partition 269

{9,64,3,2},{9,8,7}

Partition 270

{9,64,3,2,1},{9,8}

Partition 271

{9,64,3,2,1},{9,8}

Partition 272

{9,7},{9,8,7,64,3}

Partition 273

{9,7},{9,8,7,64,3}

Partition 274

{9,7},{9,8,7,64,3}

Partition 275

{9,7},{9,8,7,64,3}

Partition 276

{9,7},{9,8,7,64,3}

Partition 277

{9,7,1},{9,8,7,64}

Partition 278

{9,7,1},{9,8,7,64}

Partition 279

{9,7,1},{9,8,7,64}

Partition 280

{9,7,1},{9,8,7,64}

Partition 281

{9,7,2},{9,8,7,64}

Partition 282

{9,7,2},{9,8,7,64}

Partition 283

{9,7,2},{9,8,7,64}

Partition 284

{9,7,2},{9,8,7,64}

Partition 285

{9,7,2,1},

Partition 286

{9,7,2,1},

Partition 287

{9,7,2,1},

Partition 288

{9,7,3},{9,8,7,64}

Partition 289

{9,7,3},{9,8,7,64}

Partition 290

{9,7,3},{9,8,7,64}

Partition 291

{9,7,3},{9,8,7,64}

Partition 292

{9,7,3,1},

Partition 293

{9,7,3,1},

Partition 294

{9,7,3,1},

Partition 295

{9,7,3,2},

Partition 296

{9,7,3,2},

Partition 297

{9,7,3,2},

Partition 298

{9,7,3,2,1},{9,8}

Partition 299

{9,7,3,2,1},{9,8}

Partition 300

{9,7,64},

Partition 301

{9,7,64},

Partition 302

{9,7,64},

Partition 303

{9,7,64},

Partition 304

{9,7,64,1},

Partition 305

{9,7,64,1},

Partition 306

{9,7,64,1},

Partition 307

{9,7,64,2},

Partition 308

{9,7,64,2},

Partition 309

{9,7,64,2},

Partition 310

{9,7,64,2,1},{9,8}

Partition 311

{9,7,64,2,1},{9,8}

Partition 312

{9,7,64,3},

Partition 313

{9,7,64,3},

Partition 314

{9,7,64,3},

Partition 315

{9,7,64,3,1},{9,8}

Partition 316

{9,7,64,3,1},{9,8}

Partition 317

{9,7,64,3,2},{9,8}

Partition 318

{9,7,64,3,2},{9,8}

Partition 319

{9,7,64,3,2,1},

Partition 320

{9,8},{9,8,7,64,3}

Partition 321

{9,8},{9,8,7,64,3}

Partition 322

{9,8},{9,8,7,64,3}

Partition 323

{9,8},{9,8,7,64,3}

Partition 324

{9,8},{9,8,7,64,3}

Partition 325

{9,8,1},{9,8,7,64}

Partition 326

{9,8,1},{9,8,7,64}

Partition 327

{9,8,1},{9,8,7,64}

Partition 328

{9,8,1},{9,8,7,64}

Partition 329

{9,8,2},{9,8,7,64}

Partition 330

{9,8,2},{9,8,7,64}

Partition 331

{9,8,2},{9,8,7,64}

Partition 332

{9,8,2},{9,8,7,64}

Partition 333

{9,8,2,1},{9,8,7}

Partition 334

{9,8,2,1},{9,8,7}

Partition 335

{9,8,2,1},{9,8,7}

Partition 336

{9,8,3},{9,8,7,64}

Partition 337

{9,8,3},{9,8,7,64}

Partition 338

{9,8,3},{9,8,7,64}

Partition 339

{9,8,3},{9,8,7,64}

Partition 340

{9,8,3,1},{9,8,7}

Partition 341

{9,8,3,1},{9,8,7}

Partition 342

{9,8,3,1},{9,8,7}

Partition 343

{9,8,3,2},{9,8,7}

Partition 344

{9,8,3,2},{9,8,7}

Partition 345

{9,8,3,2},{9,8,7}

Partition 346

{9,8,3,2,1},

Partition 347

{9,8,3,2,1},

Partition 348

{9,8,64},

Partition 349

{9,8,64},

Partition 350

{9,8,64},

Partition 351

{9,8,64},

Partition 352

{9,8,64,1},{9,8,7}

Partition 353

{9,8,64,1},{9,8,7}

Partition 354

{9,8,64,1},{9,8,7}

Partition 355

{9,8,64,2},{9,8,7}

Partition 356

{9,8,64,2},{9,8,7}

Partition 357

{9,8,64,2},{9,8,7}

Partition 358

{9,8,64,2,1},

Partition 359

{9,8,64,2,1},

Partition 360

{9,8,64,3},{9,8,7}

Partition 361

{9,8,64,3},{9,8,7}

Partition 362

{9,8,64,3},{9,8,7}

Partition 363

{9,8,64,3,1},

Partition 364

{9,8,64,3,1},

Partition 365

{9,8,64,3,2},

Partition 366

{9,8,64,3,2},

Partition 367

{9,8,64,3,2,1},

Partition 368

{9,8,7},{9,8,7,64}

Partition 369

{9,8,7},{9,8,7,64}

Partition 370

{9,8,7},{9,8,7,64}

Partition 371

{9,8,7},{9,8,7,64}

Partition 372

{9,8,7,1},

Partition 373

{9,8,7,1},

Partition 374

{9,8,7,1},

Partition 375

{9,8,7,2},

Partition 376

{9,8,7,2},

Partition 377

{9,8,7,2},

Partition 378

{9,8,7,2,1},

Partition 379

{9,8,7,2,1},

Partition 380

{9,8,7,3},

Partition 381

{9,8,7,3},

Partition 382

{9,8,7,3},

Partition 383

{9,8,7,3,1},

Partition 384

{9,8,7,3,1},

Partition 385

{9,8,7,3,2},

Partition 386

{9,8,7,3,2},

Partition 387

{9,8,7,3,2,1},

Partition 388

{9,8,7,64},

Partition 389

{9,8,7,64},

Partition 390

{9,8,7,64},

Partition 391

{9,8,7,64,1},

Partition 392

{9,8,7,64,1},

Partition 393

{9,8,7,64,2},

Partition 394

{9,8,7,64,2},

Partition 395

{9,8,7,64,2,1},

Partition 396

{9,8,7,64,3},

Partition 397

{9,8,7,64,3},

Partition 398

{9,8,7,64,3,1},

Partition 399

{9,8,7,64,3,2},

Partition 400

{{9},{8},{7},{64},{3},{2},{1})

Treat this as a Vector

(a1, a2, a3, a4, a5, a6, a7) = (1, 2, 3, 7, 8, 9, 64)

Calculate the magnitude:

||A|| = Square Root(a12 + a22 + a32 + a42 + a52 + a62 + a72)
||A|| = Square Root(12 + 22 + 32 + 72 + 82 + 92 + 642)
||A|| = √1 + 4 + 9 + 49 + 64 + 81 + 4096
||A|| = √4304
||A|| = 65.604877867427

Treat this as a sequence

Find the explicit formula and terms

Not a series

The series you entered was neither an arithmetic nor geometric series.
Our calculator does not currently handle this