A130067 Binomial coefficients binomial(m,2^k) where m>=1 and 1<=2^k<=m.
1, 2, 1, 3, 3, 4, 6, 1, 5, 10, 5, 6, 15, 15, 7, 21, 35, 8, 28, 70, 1, 9, 36, 126, 9, 10, 45, 210, 45, 11, 55, 330, 165, 12, 66, 495, 495, 13, 78, 715, 1287, 14, 91, 1001, 3003, 15, 105, 1365, 6435, 16, 120, 1820, 12870, 1, 17, 136, 2380, 24310, 17, 18, 153, 3060, 43758
Offset: 1
Keywords
Examples
a(6)=4 since n=6 gives m=4, k=0 and so binomial(4,2^0)=4. a(20)=70 since n=20 gives m=8, k=2 and so binomial(8,2^2)=70.
Formula
a(n)=binomial(m,2^k), where m=max(j|A001855(j)A001855(m).
Comments