OEIS integer sequences
Some of my integer sequences at OEIS that I made or co-operated in.
https://oeis.org/search?q=raes&go=Search
Decimal expansion of the continued fraction 1+1/(1+2/(1+3/(1+4/(1+5/(1+...)))))
Decimal expansion of 2^(3/2)^(4/3)^(5/4)^(6/5)^(7/6)^(8/7)^(9/8)^(10/9)^(11/10)....
Decimal expansion of F(1/3), where F(x) is the Fabius function.
a(n) = the number of squared primes and 1's needed to sum to n.
a(n+1) = a(n) * (a(n-1) + 1).
a(1) = 1, a(2) = 2; a(n) = a(n-a(1)) + a(n-a(2)) + a(n-a(3)) + a(n-a(4)) + ...
Thank you for your intrest.
tommy1729