login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193660 Q-residue of the triangle A038207 of coefficients of (x+2)^n, where Q is the triangle given by t(i,j)=1 for 0<=i<=j. (See Comments.) 1
1, 2, 5, 22, 201, 3690, 131149, 9004286, 1204317329, 316525415890, 164556516205461, 169974659148800742, 349799994417738642265, 1436618749673583674658362, 11785996128174350460348176861, 193254862258295280115072223316430 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For the definition of Q-residue, see A193649.
LINKS
MATHEMATICA
q[n_, k_] := Coefficient[(x + 2)^n, x, k]; (* A038207 *)
r[0] = 1; r[k_] := Sum[q[k - 1, i] r[k - 1 - i], {i, 0, k - 1}]
p[n_, k_] := 1
v[n_] := Sum[p[n, k] r[n - k], {k, 0, n}]
Table[v[n], {n, 0, 16}] (* A038207 *)
TableForm[Table[q[i, k], {i, 0, 4}, {k, 0, i}]]
Table[r[k], {k, 0, 8}] (* A126443 *)
TableForm[Table[p[n, k], {n, 0, 4}, {k, 0, n}]]
CROSSREFS
Sequence in context: A342967 A042933 A005203 * A090450 A137099 A068413
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 02 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)