Can Ulam's Spiral Theory Be Enhanced with a Double Spiral Approach?

  • Context: Undergrad 
  • Thread starter Thread starter qwantum_phlux
  • Start date Start date
  • Tags Tags
    Theory
Click For Summary
SUMMARY

The discussion centers on enhancing Ulam's Spiral Theory by proposing a double spiral approach that incorporates negative integers and starts with zero at the center. The user presents a unique arrangement of integers in a spiral format, aiming to identify patterns in prime numbers. They seek suggestions for algorithms to populate this double spiral structure programmatically, indicating a desire to compare results with traditional Ulam's Spiral. The conversation highlights the potential for innovative mathematical exploration using programming techniques.

PREREQUISITES
  • Understanding of Ulam's Spiral Theory
  • Basic programming skills for algorithm development
  • Familiarity with prime number theory
  • Knowledge of array data structures
NEXT STEPS
  • Research algorithms for generating spiral matrices
  • Explore prime number detection algorithms
  • Learn about data visualization techniques for mathematical patterns
  • Investigate programming languages suitable for mathematical modeling, such as Python or MATLAB
USEFUL FOR

Mathematicians, computer scientists, and hobbyists interested in number theory, algorithm development, and visualizing mathematical concepts through programming.

qwantum_phlux
Messages
11
Reaction score
0
To begin i am by no means a machine for converting coffee into theoroms (a mathematician) by do like to dabble. i was lookin over ulam's theory of plotting real integers in a spiral fom:

7 6 5
8 1 4
9 2 3
10 11 ...

in an attempt to find a pattern in prim numbers...
i know my idea may be invalid on the account of imaginary primes... but i was wondering if anyone had tried the same but with a double spiral starting with 0 in the center and negative integers:
-8 -7 -6 -5
-9 2 1 -4
... 3 0 -3 ...
4 -1 -2 9
5 6 7 8
my formatting isn't the greatest, but you get the idea. if the idea is invalid feel free to shoot me down, and if not could one suggest an algorithm to load the integers into and array in a this spiral pattern so i can load a large plot to compare...(im attempting to write a program).
 
Physics news on Phys.org
-8 -7-6 -5
-9 2 1 -4
3 0 -3
4 -1 -2 9
5 6 7 8
(format fix)
 
-7-6-5
2 1 -4
3 0 -3
4-1-2
5 6 7
{final attempt}
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
9
Views
7K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 28 ·
Replies
28
Views
3K
Replies
9
Views
2K
Replies
4
Views
4K
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K