Interesting Specimens #477
Replies: 18 comments 9 replies
|
The beatty sequence for golden ratio shows the slowness with which Virahanka-Fibonacci moduli fill out: |
|
Here's a Turtle visualization of the sum of the terms of the eta-expansion of the Riemann zeta function, along the critical line as the imaginary part increases. I have spot-checked numerically, and it really is computing the zeta function in that the star is bouncing all around the correct value, up to a reflection about the real line which may either stem from p5.js coordinates being reversed vertically or in my borking a sign somewhere, not certain but I don't think it's too crucial. It's not so pretty though because this alternating-series version converges well on the critical line in the sense of quickly starting to oscillate around the true value (it doesn't actually converge quickly in the sense of finite partial sums with few terms being almost equal to the true value -- the oscillations go on and on at sqrt(n) magnitude, which is not conducive to "landing", so to speak). |
|
From Kate: We should be able to create a turtle preset that shows the space filling curve here: https://open.substack.com/pub/apieceofthepi/p/constructing-space-filling-curves?r=semnj&utm_campaign=post&utm_medium=email (see the colourful one at the bottom) |
|
I posted this one on illustrating math because I am not really sure why it closes; replace 729 with 727 (or most other integers) and of course you get a periodic pattern but it rarely seems to close, whereas it closes with all the powers of 3 that I tried...: |
|
Some thoughts:
|
|
|
This doesn't produce anything... but it fails silently: http://localhost:5173/?name=OEIS+A000521&viz=Turtle&domain=0+1&steps=2+3&strokeColor=%235e8d85&bgColor=000000&speed=100&ruleMode=1&angleFormula=a+%25+30&stepFormula=3&widthFormula=6&colorFormula=chroma%28%7Bh%3A+%28n%2F1.5%29+%25+360%2C+s%3A0.65%2C+l%3A+0.75%7D%29&seq=OEIS+A000521 |
|
Here's the trinomial equivalent of the usual arithmetic triangle coloring by residue; this one is mod 3. It's a nice example because it naturally uses the triangle shape (we didn't have any other example of that) and it uses a custom fill order. Also, it's familiar yet a bit different. |
|
Here's an attractive Ulam spiral devised by @Vectornaut with a "background" that highlights the spiral path: |
|
An interesting cubical-looking texture resulting from the overlapping hexagons: |
|
Here's a pretty variation on the usual chaos game: |
|
Here's a list of OEIS sequences with "interesting plots" (I think more traditional plots, like scatterplots, "pin plots", log-log plots, those sorts of things) , I believe from a talk by Neil Sloane that I attended: A002487, A285687, A265326, A357082 (the "scariest sequence"), A117966, A063543, A229037, A055748, A137655 |
Uh oh!
There was an error while loading. Please reload this page.
For specimens that are not necessarily for the gallery, or for anything in particular, right now, but that are fun and interesting and we shouldn't forget them.
Example, mousing-over this one is fun:
http://localhost:5173/?name=FactorFence&viz=FactorFence&seq=OEIS+A001764
All reactions