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


https://oeis.org/A111129

Decimal expansion of the continued fraction 1+1/(1+2/(1+3/(1+4/(1+5/(1+...))))) 

https://oeis.org/A102575

Decimal expansion of 2^(3/2)^(4/3)^(5/4)^(6/5)^(7/6)^(8/7)^(9/8)^(10/9)^(11/10).... 

https://oeis.org/A272343

Decimal expansion of F(1/3), where F(x) is the Fabius function. 

https://oeis.org/A096436

a(n) = the number of squared primes and 1's needed to sum to n. 

https://oeis.org/A005831

a(n+1) = a(n) * (a(n-1) + 1). 

https://oeis.org/A141435

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