A173404 Number of partitions of 1 into up to n powers of 1/2.
1, 2, 3, 5, 8, 13, 22, 38, 66, 116, 205, 364, 649, 1159, 2073, 3712, 6650, 11919, 21370, 38322, 68732, 123287, 221158, 396744, 711760, 1276928, 2290904, 4110102, 7373977, 13229810, 23735985, 42585540, 76404334, 137080120, 245941268, 441254018, 791673612
Offset: 1
Examples
a(3) = 3: [(1/2)^0], [(1/2)^1,(1/2)^1], [(1/2)^1,(1/2)^2,(1/2)^2].
Links
- Alois P. Heinz, Table of n, a(n) for n = 1..2000
Formula
a(n) = Sum_{i=0..n} A002572(i).
Comments