Brooks (Base) Square (BS) 101

 ~ The Architecture of Space-Time (TAOST)

 &

The Conspicuous Absence of Primes (TCAOP) ~


II. TCAOP / C. TCAOP / Prime Locator-diagonal


A Brief Introduction


Table of Contents


I. TAOST - the network


II. TCAOP - everything minus the network

       

        A. Review of the "Butterfly Primes"

        B. Brooks Square (BS)= the new ISL table matrix

        C. TCAOP=BS-network

                1. Prime Locator - addition

                2. Prime Locator - subtraction

                3. Prime Locator - diagonal addition  <---


III. Interconnectedness



TAOST: Rules 1-50 | Rules 51-80 | Rules 81-99 | Rules 100-107 | Rules 108-153 |

TCAOP: Rule 154 | Rules 155-157 | Rules 158-159 | Rule 160 |

Interconnectedness: Rules 161-175 |

Appendix A: Rules 176-181 |

Appendix B: Rules 182-200 |




IIC 3. Prime Locator - Diagonal Addition (TCAOP)



Rules 160 will show how the addition of number values from the Prime Diagonal axis to numbers within the Strict Inner Grid results in prime numbers.





Brooks (Base) Square
~click to enlarge image
 160  

BS Rule 160: Within the Strict Inner Grid (SIG), there are no prime numbers. However, adding a number from the Prime 

Diagonal (PD) to corresponding row number values under Column B, D, F, H, J, L, and so on (all from the odd PD numbers) ... within the SIG ... very often results in a prime number. This never happens in Columns C, E, G, I, K, M, and so on (the even PD numbers). In this section, Column Z will refer to the last row number before the PD. They are the numbers in the 1st Diagonal. 


Again, all the non-prime odd #s in these columns of differences are multiples of primes. Also, including the numbers of the 1st Diagonal from the PD ... 1,3,5,7,... naturally includes primes (underlined) before addition of the PD. The addition of the PD values + Column Z, generates additional primes ... or multiples of primes ... only when the row value under Column Z comes from an even axis row (2, 4, 6,...).

 

Note: The headers above the active PD columns are those even “Out” #s ... excluded #s which do not appear on the grid outside of the 1st Diagonal (Rule 155).


 
TOP ]


TAOST: Rules 1-50 | Rules 51-80 | Rules 81-99 | Rules 100-107 | Rules 108-153 |

TCAOP: Rule 154 | Rules 155-157 | Rules 158-159 | Rule 160 |

Interconnectedness: Rules 161-175 |

Appendix A: Rules 176-181 |

Appendix B: Rules 182-200 |


 

NEXT: On to III. Interconnectedness

Back to II. TCAOP>IIC. TCAOP=BS-network>2. Prime Locator - subtraction





Page 2a- PIN: Pattern in Number...from primes to DNA.

Page 2b- PIN: Butterfly Primes...let the beauty seep in..

Page 2c- PIN: Butterfly Prime Directive...metamorphosis.

Page 2d- PIN: Butterfly Prime Determinant Number Array (DNA) ~conspicuous abstinence~.

Page 3- GoDNA: the Geometry of DNA (axial view) revealed.

Page 4- SCoDNA: the Structure and Chemistry of DNA (axial view).

Page 5a- Dark-Dark-Light: Dark Matter = Dark Energy

Page 5b- The History of the Universe in Scalar Graphics

Page 5c- The History of the Universe_update: The Big Void

Page 6a- Geometry- Layout

Page 6b- Geometry- Space Or Time Area (SOTA)

Page 6c- Geometry- Space-Time Interactional Dimensions(STID)

Page 6d- Distillation of SI units into ST dimensions

Page 6e- Distillation of SI quantities into ST dimensions

Page 7- The LUFE Matrix Supplement: Examples and Proofs: Introduction-Layout & Rules

Page 7c- The LUFE Matrix Supplement: References

Page 8a- The LUFE Matrix: Infinite Dimensions

Page 9- The LUFE Matrix:E=mc2

Page 10- Quantum Gravity ...by the book

Page 11- Conservation of SpaceTime

Page 12- LUFE: The Layman's Unified Field Expose`

Page 13- GoMAS: The Geometry of Music, Art and Structure ...linking science, art and esthetics. Part I

Page 14- GoMAS: The Geometry of Music, Art and Structure ...linking science, art and esthetics. Part II

Page 15- Brooks (Base) Square (BS): The Architecture of Space-Time (TAOST) and The Conspicuous Absence of Primes (TCAOP) - a brief introduction to the series

Page 16- Brooks (Base) Square interactive (BBSi) matrix: Part I "BASICS"- a step by step, multi-media interactive

Page 17- The Architecture Of SpaceTime (TAOST) as defined by the Brooks (Base) Square matrix and the Inverse Square Law (ISL).



Copyright©2009-12 Reginald Brooks, BROOKS DESIGN. All Rights Reserved.
The LUFE Matrix | The LUFE Matrix Supplement | The LUFE Matrix: Infinite Dimensions | The LUFE Matrix: E=mc2 | Dark Matter=Dark Energy | The History of the Universe in Scalar Graphics | The History of the Universe_update: The Big Void | Quantum Gravity ...by the book | The Conservation of SpaceTime | LUFE: The Layman's Unified Field Expose`
 
net.art index | netart01: RealSurReal...aClone | netart02: funk'n DNA/Creation GoDNA | netart03: 9-11_remembered | netart04: Naughty Physics (a.k.a. The LUFE Matrix) | netart05: Your sFace or Mine? | netart06: Butterfly Primes | netart07: Geometry of Music Color | net.games | Art Theory 101 / White Papers Index
 
(function() { var toJsLink = function(link) { // Check the escape conditions if (link.href === undefined) { return; } if (link.onclick) { return; } if (link.className.indexOf('bkry-link-ignore') !== -1) { return; } var handler = function(evt) { // Look out for escape conditions if (link.href.indexOf('#')) { var targetUrl = link.href.split('#')[0]; var currentUrl = window.location.href.split('#')[0]; if (targetUrl === currentUrl) { return; } } // Salt in the query string argument to make sure it always gets passed around var url = link.href; var hash = url.split('#')[1]; url = url.split('#')[0]; var qs = url.split('?')[1]; url = url.split('?')[0]; evt.preventDefault(); window.location = url + '?' + (qs || '') + (qs ? '&' : '') + 'bkry-rewrite-links=true' + (hash ? '#' + hash : '') return false; }; // Bind the event handler down if(link.addEventListener) { link.addEventListener('click', handler, false) } else if(link.attachEvent) { // old ie support link.attachEvent('onclick', handler) } }; if (window.location.search.indexOf('bkry-rewrite-links=true') !== -1) { // Look for new nodes window.addEventListener('DOMNodeInserted', function(e) { if (e.target.tagName = 'A') { toJsLink(e.target); } }, false); // Look for existing nodes var links = document.getElementsByTagName('a'); for (var i = 0; i < links.length; i++) { toJsLink(links[i]); } } })();