Wednesday, January 12, 2022

 

Fun with numbers - All about cubes 

The cubes have some amazing numerical characteristics. 

13 = 1 (one odd )

23 = 3 + 5 = 8 (two successive odds)

   = 1x2 + 1 + 2x3 -1

   = (22 -1)  + (22 = 1)

33 = 7 + 9 + 11 = 27 (three successive odds)

   =( 2x3 + 1)  + ……+(3 x4 -1)

   = (32 – 2) + 32 + (32 +2)

43 = 13+15+17+19  = 64 (Four succesivve odds)

   = (3x4+1) +……… +(4x5 -21)

  = (42 -3) +(42 – 1) +(42+ 1) + (42 + 3) 

53 = 21 + 23 + 25+ 27 + 29 = 125 (Five successiver odds)

   = (4x5 +1) +………….+ )5x6 – 1)

   = (52 -4) + (52 – 2) + 52 + (52+ 2) + (52 + 4)

In general  

,n3 = ((n-1)n +1]+ ----------- + [n(n+1) -1]

     =(n2 – n + 1)+ …………..+ (n2 + n -1) 

Another property of cubes 

13  = 6(0) + 1

23 = 13 + 6(1) + 1  = 6(1) + 2

32 = 23 + 6(3) + 1 =  6(4) + 3

43 = 33  + 6(6) + 1 = 6(10) + 4

53 = 43  + 6(10)+ 1 = 6(20) + 5

63 = 53 + 6(15) + 1 = 6(35) + 6 = 6(36)+ 0 

In general 

,n3 = (n-1)3 +6 [n(n-1)/2} + 1 = 6 [ 1n Σ n(n-1)/2] + n

 

 

Fun with numbers - Generating prime numbers

 

It P.Q are two different prime numbers with different  digital ending , then  in most  cases

P + Q + PQ  becomes  a generator of  new prime 

3+5 +15 = 23

3+ 7 + 21 = 31

3 + 11 + 33 = 47

                               3 + 13 + 39 = 55

3 + 17 + 51 = 71

3 + 19 + 57 = 79

                               3 + 23 + 69 = 95

                               3 + 29 + 87 =119 

3 + 31 + 93=127

 

5 + 7 = 35 = 47

5+11+55 =71

5 + 13 + 65 = 83

5 + 17 + 85 = 107

                                5 + 19 + 95 = 119

The  P and Q may be one odd and another even. If the even number is 2, the only even prime number,, then P + Q + PQ in most cases is prime. In the form (5 + 6n)

2 + 1 +2 = 5

2+ 3 + 6  = 11

2+5 +10 = 17

2+7 + 14 = 23

2+ 9 + 18 = 29

                                2 + 11 + 22 = 35  

2+13 + 26 = 41

2 +15 +30 = 47

2+17 + 34= 53 

When the even number is 4, the generated primes are in the form  (9 +10n)

                               4 + 1 + 4 = 9

4 + 3 +12 = 19

4+5 +20 = 29

                                   4+7+2 8 = 39  

4+9 +36 = 49

4+11+44 =59