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”).

A128055
a(n) = 2^A128054(n).
4
1, 1, 2, 4, 8, 32, 64, 64, 128, 256, 512, 2048, 4096, 4096, 8192, 16384, 32768, 131072, 262144, 262144, 524288, 1048576, 2097152, 8388608, 16777216, 16777216, 33554432, 67108864, 134217728, 536870912, 1073741824
OFFSET
0,3
COMMENTS
A factor in A128056.
The signed sequence 1,1,2,-4,-8,-32,-64,-64,-128,256,512... is the Hankel transform of the doubled sequence 1,1,2,2,6,6,... of central binomial coefficients (A128014). - Paul Barry, Sep 09 2008
FORMULA
G.f.: (-1-16*x^4+4*x^3-4*x^2+x)/((2*x-1)*(4*x^2-2*x+1)*(4*x^2+2*x+1)). - Maksym Voznyy (voznyy(AT)mail.ru), Aug 11 2009
Sum_{n>=0} 1/a(n) = 62/21. - Amiram Eldar, Mar 28 2023
MATHEMATICA
LinearRecurrence[{2, -4, 8, -16, 32}, {1, 1, 2, 4, 8}, 31] (* James C. McMahon, Jan 05 2025 *)
CROSSREFS
KEYWORD
easy,nonn,changed
AUTHOR
Paul Barry, Feb 13 2007
STATUS
approved