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

A092821
Table read by rows: T(n,k)= z (z') or product of z with its complex conjugate, with z=Sum[binomial[n,t] I^t, {t,0,k}].
1
1, 1, 2, 1, 5, 4, 1, 10, 13, 8, 1, 17, 41, 25, 16, 1, 26, 106, 106, 41, 32, 1, 37, 232, 392, 197, 65, 64, 1, 50, 449, 1184, 1009, 274, 113, 128, 1, 65, 793, 3033, 4153, 1913, 289, 225, 256, 1, 82, 1306, 6850, 13906, 10882, 2650, 274, 481, 512, 1, 101, 2036, 14036
OFFSET
0,3
COMMENTS
Last column is 2^n, row sums are A092822.
EXAMPLE
Table starts 1, 1,2 1,5,4 1,10,13,8
MATHEMATICA
Table[(# Conjugate[ # ]&)@ Sum[Binomial[n, t] I^t, {t, 0, k}], {n, 0, 7}, {k, 0, n}]
CROSSREFS
Cf. A092822.
Sequence in context: A126351 A157011 A246173 * A238241 A299444 A371300
KEYWORD
easy,nonn,tabl
AUTHOR
Wouter Meeussen, Mar 06 2004
STATUS
approved