#Sequence of numbers hidden in this illustration
58 messages · Page 1 of 1 (latest)
I'll post an image 1 second
oh. i see
can you tell me the algorithm you used to generate your set of circles
It's a pattern from the internet, couldn't find the same one anywhere else
this is the pattern we're trying to trace, eh?
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
I was thinking it was doubles at first
hehe oeis spam
ouuuu
1, 2, 2, 3, 2, 3, 3, 4, 3, 4, 4, 5...
1, 2, 3, 5, 8, ...
all the balls here follow that pattern, dont they?
or is that a different diagram
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
hmmm
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
it is that
but after the 3 one there's another 2 one
then two other 3 ones
This website is amazing by the way thank you, I've never heard of it before :OO ❤️
i might have miscalculated...
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