@markgritter @mattmcirvin given the Ulam square spiral and the Gaussian primes:
what's the probability that they're both prime?
What fraction of Ulam spiral primes are also Gaussian primes? What fraction of Gaussian primes are also Ulam spiral primes?
-
-
@markgritter : it's almost as if the Gaussian primes and the Ulam spiral primes are playing a game of Go..Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Maybe the next step is to rain gauge factorizations of Ulam spiral Gaussian integers into Gaussian primes?
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
I just computed p3 = Select[ Flatten[Table[x + I y, {x, -10000, 10000}, {y, -10000, 10000}]], PrimeQ[#, GaussianIntegers -> True] &] Table[{Re[p3[[n]]], Im[p3[[n]]]}, {n, 1, Length[p3]}]
-
and F[n_] := {Re[#], Im[#]} & /@ Fold[Join[#1, Last[#1] + I^#2 Range[#2/2]] &, {0}, Range[n]] G[n_] := Table[#[[Prime[k]]], {k, 1, PrimePi[n^2/4 + 1]}] &[F[n]] G[20000] ... and their intersection is still {{-1, -1}, {1, -1}, {1, 1}}
- 5 more replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.