#Sequence of numbers hidden in this illustration

58 messages · Page 1 of 1 (latest)

little scroll
#

it is fibonacci related.

#

wdym by circle order

stark trout
little scroll
#

oh. i see

stark trout
#

I tried following same logic with Fib but couldn't figure it out

little scroll
stark trout
little scroll
#

this is the pattern we're trying to trace, eh?

stark trout
#

Yeah, but I'm not sure which direction to flip it

#

Or if it makes a difference

little scroll
#

let's try to maintain the pattern

#

we'll see if it becomes a problem later

#

hmm interesting

#

1, 2, 2, 3, 2, 3, 3, 4

#

kinda like this

stark trout
#

I was thinking it was doubles at first

little scroll
#

hehe oeis spam

#

ouuuu

#

1, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 5...

#

1, 2, 3, 5, 8, ...

stark trout
#

but what would be the small balls

little scroll
#

or is that a different diagram

stark trout
#

after the 3 bigger circles I believe it's "1 - 2 - 2 - 3 "

#

and just repeats

#

i said those numbers in terms of size btw

little scroll
#

hmmm

stark trout
#

I believe it just loops after this

#

but since supposedly there are smaller and smaller circles I'm not sure

#

maybe it's just that i'm overthinking it

little scroll
#

but after the 3 one there's another 2 one

#

then two other 3 ones

stark trout
#

:P

stark trout
little scroll
little scroll
#

yes i have

#

its a really weird pattern

#

basically you have to select 2^n - 1 consecutive subsets of {1, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 5...}

#

such that each subset has 2^n elements

#

now that we have those subsets, we arrange them in the same way

#

{S_1, S_2, S_2, S_3, S_2, S_3, S_3, S_4, ...}

#

and now take sums of each pair of elements to get the second layer

#

nevermind

#

its something like this but this is wrong as well 😭

#

I'll try this later

stark trout
#

apparently it's related to "The Doubling" theory, involving distances between planets etc, google it if you want it's kinda interesting(its like fake science or something). is there a way I can close this thread?

#

thank you so much for your help btw

little scroll
#

huhhh

#

pretty cool

#

I'll look into it, thanks :)