A377082 a(0) = 1, a(1) = 3, a(2) = 13; for n >= 2, a(n+1) = 2*3^((a(n)-1)/4) - 1.
1, 3, 13, 53, 3188645
Offset: 0
Keywords
Links
- N. Bradley Fox et al., Elated Numbers, arXiv:2409.09863 [math.NT], 2024.
- G. Lapointe, On finding the smallest happy numbers of any heights, arXiv:1904.12032 [math.NT], 2019.
Comments