OFFSET
0,2
REFERENCES
Hsien-Kuei Hwang, S Janson, TH Tsai, Exact and asymptotic solutions of the recurrence f(n) = f(floor(n/2)) + f(ceiling(n/2)) + g(n): theory and applications, Preprint, 2016; http://140.109.74.92/hk/wp-content/files/2016/12/aat-hhrr-1.pdf. Also Exact and Asymptotic Solutions of a Divide-and-Conquer Recurrence Dividing at Half: Theory and Applications, ACM Transactions on Algorithms, 13:4 (2017), #47; DOI: 10.1145/3127585
LINKS
Robert Israel, Table of n, a(n) for n = 0..10000
R. Stephan, Some divide-and-conquer sequences ...
R. Stephan, Table of generating functions
FORMULA
MAPLE
A079882:= [seq(op([1$(2^n), 2$(2^n)]), n=0..6)]:
ListTools:-PartialSums(A079882); # Robert Israel, Oct 26 2020
CROSSREFS
KEYWORD
nonn,look
AUTHOR
N. J. A. Sloane, Feb 21 2003
STATUS
approved