This is Science

!.fr3kdTvcs No.13498615 ViewReplyOriginalReport
I am a messenger of God/Allah/The Universe.
It wants you to research this.

[code:lit]
def numbers(num_iterations):
# These numbers must be natural, and non-zero.
(a, b, c) = (1, 1, 1)
for it in range(num_iterations):
(a, b, c) = (a + b + c, b + a, a)
yield (a,b,c)

def ratios(num_iterations):
iteration = 0
for nums in numbers(num_iterations):
ratio_ab = nums[0] / nums[1]
ratio_bc = nums[1] / nums[2]
ratio_ca = nums[2] / nums[0]
yield (iteration, ratio_ab, ratio_bc, ratio_ca)
iteration += 1

if __name__ == "__main__":
MAX_ITERATIONS = 10

for (a, b, c) in numbers(MAX_ITERATIONS):
print(a, b, c)

for (iteration, rab, rbc, rcd) in ratios(MAX_ITERATIONS):
print(iteration, rab, rbc, rcd)

[/code:lit]

He says:
It is related to the Mandlebrot Set.
And that the Mandlebrot Set is related to all.
Pi is within All.
sqrt -1 is within All.
e is within All.
I am, All.
Enjoy this knowledge, I love you.

Thread theme:
https://www.youtube.com/watch?v=uR7fplHeSt8