Tesla’s Math Spiral Diagram and Prime numbers

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
LaTeX Help
Every formula have to stat with [tex]\textrm{[tex]}[/tex] and ends with [tex]\textrm{[/tex]}[/tex].

   
   

If you wish to attach one or more files enter the details below.

Expand view Topic review: Tesla’s Math Spiral Diagram and Prime numbers

Re: Tesla’s Math Spiral Diagram and Prime numbers

Post by Mblacob » Fri Dec 13, 2019 7:38 am

Test for not Prime.

IF N is any odd number
AND mod(N+1, 12) <> 0
AND mod(N+5,12) <> 0
AND mod(N+7,12) <> 0
AND mod(N+11,12) <> 0
THEN N is not Prime number.

Re: Tesla’s Math Spiral Diagram and Prime numbers

Post by Guest » Thu Jan 10, 2019 8:25 am

To which sequence of odd numbers belongs any given odd number N > 11?
If N has 3 as its primary factor then N belongs to sequences started from 3 and 9.
If mod(N+11, 12) = 0 N belongs to sequence started from 1.
If mod(N+7, 12) = 0 N belongs to sequence started from 5.
If mod(N+5, 12) = 0 N belongs to sequence started from 7.
If mod(N+1, 12) = 0 N belongs to sequence started from 11.

if we use N as some kind of "seed" then N +12k or N - 12k (where k = 1,2,3,...) will give us number which can be Prime.

Re: Tesla’s Math Spiral Diagram and Prime numbers

Post by Guest » Fri Nov 09, 2018 8:18 am

[quote="Mblacob"]According Tesla’s Math Spiral Diagram, all prime numbers (excluding 2 and 3) belong to 1/3 part of natural numbers set:
[tex]M1(n) = 1 + (n -1) * 12;[/tex]
[tex]M5(n) = 5 + (n -1) * 12;[/tex]
[tex]M7(n) = 7 + (n -1) * 12;[/tex]
[tex]M11(n) = 11 + (n -1) * 12;[/tex]

Re: Tesla’s Math Spiral Diagram and Prime numbers

Post by Guest » Thu Sep 13, 2018 10:51 am

According Tesla’s Math Spiral Diagram these two sets of natural odd numbers:

M3(n)=3+(n−1)∗12;
M9(n)=9+(n−1)∗12;

don’t have any Prime numbers because ALL their numbers have 3 as the prime factor.

Tesla’s Math Spiral Diagram and Prime numbers

Post by Mblacob » Tue Jun 19, 2018 1:53 pm

According Tesla’s Math Spiral Diagram, all prime numbers (excluding 2 and 3) belong to 1/3 part of natural numbers set:
[tex]M1(n) = 1 + (n -1) * 12;[/tex]
[tex]M5(n) = 5 + (n -1) * 12;[/tex]
[tex]M7(n) = 7 + (n -1) * 12;[/tex]
[tex]M11(n) = 11 + (n -1) * 12;[/tex]

Statement. Any not prime number in these sets has the prime number(s) as its divisor(s)/factor(s).

Can this statement be proofed or not?

Top