Recreating plots from the sequences of the Online Encyclopedia of Integer Sequences. Stems off of a current project to create as many OEIS sequences on Python as I can.

A133058
This sequence came to my attention via a Numberphile video. It was coined as the “Fly straight, dammit” sequence by N. J. A. Sloane. The sequence is described by:
if
otherwise.
This sequence is interesting, because at , the sequence becomes quasi-periodic, meaning that it cycles between four similar but changing values.

A000188
This sequence is generated by calculating the largest square number that divides a number
, and value
. The sequence can also be generated as:
.
means that the sum runs over all numbers
that divides
, and
is the Euler totient function

A274086
This is what I call an arcsinh-arithmic plot of A274086. The reason for the arcsinh function instead of a logarithm is because many of the values of A274086 are negative, undefined for the function. A274086 is described as:
, where
is the nearest integer function.