login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A343176
a(0)=3; for n > 0, a(n) = 2^(2*n) + 3*2^(n-1) + 1.
2
3, 8, 23, 77, 281, 1073, 4193, 16577, 65921, 262913, 1050113, 4197377, 16783361, 67121153, 268460033, 1073790977, 4295065601, 17180065793, 68719869953, 274878693377, 1099513200641, 4398049656833, 17592192335873, 70368756760577, 281475001876481, 1125899957174273, 4503599728033793
OFFSET
0,1
COMMENTS
A bisection of A257418. Apart from first term, same as A036562.
FORMULA
From Chai Wah Wu, Apr 26 2021: (Start)
a(n) = 7*a(n-1) - 14*a(n-2) + 8*a(n-3) for n > 3.
G.f.: -(4*x - 3)*(x^2 + 3*x - 1)/((x - 1)*(2*x - 1)*(4*x - 1)). (End)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 26 2021
EXTENSIONS
a(17)-a(26) from Martin Ehrenstein, Apr 26 2021
STATUS
approved