A106399 Binomial transform of A100060.
1, 1, 2, 4, 8, 16, 31, 58, 107, 200, 387, 782, 1640, 3512, 7542, 16020, 33406, 68257, 136971, 271341, 534302, 1053441, 2092840, 4206655, 8564397, 17631551, 36575711, 76137143, 158427407, 328537434, 677598776, 1388303692, 2824261172, 5704560206, 11443336382
Offset: 1
Keywords
Examples
a(5) = 8 = 1*1 + 4*0 + 6*1 + 4*0 + 1*1.
Crossrefs
Cf. A100060.
Programs
-
Mathematica
nmax = 40; A100060 = (Sign[Differences[Im[ZetaZero[Range[nmax+2]]], 2]] + 1)/2; Flatten[{1, Table[1 + Sum[Binomial[n, k]*A100060[[k]], {k, 1, n}], {n, 1, nmax}]}] (* Vaclav Kotesovec, Nov 28 2017 *)
Formula
Use the binomial transform operation (bto) on A100060, i.e. (bto): [1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1,
Extensions
a(11) corrected by Vaclav Kotesovec, Nov 28 2017
More terms from Vaclav Kotesovec, Nov 28 2017
Comments