A210846 (5^(3^(n-1)) + 1)/(2*3^n).
1, 7, 36169, 45991238252616223, 851008860651263039991161205833295116837255258128476241
Offset: 1
Examples
n=1: (5^1+1)/6 = 1; n=2: (5^3 + 1)/18 = 126/18 = 7; n=3: (5^9 +1)/(2*27) = 1953126/54 = 36169.
Formula
a(n) = (5^(3^(n-1)) + 1)/(2*3^n).
Comments