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!)
A216216 Square array T, read by antidiagonals: T(n,k) = 0 if n-k>=3 or if k-n>=3, T(2,0) = T(1,0) = T(0,0) = T(0,1) = T(0,2) = 1, T(n,k) = T(n-1,k) + T(n,k-1). 11
1, 1, 1, 1, 2, 1, 0, 3, 3, 0, 0, 3, 6, 3, 0, 0, 0, 9, 9, 0, 0, 0, 0, 9, 18, 9, 0, 0, 0, 0, 0, 27, 27, 0, 0, 0, 0, 0, 0, 27, 54, 27, 0, 0, 0, 0, 0, 0, 0, 81, 81, 0, 0, 0, 0, 0, 0, 0, 0, 81, 162, 81, 0, 0, 0, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
T(n,n) = A025192(n).
T(n+1,n) = T(n+2,n) = T(n,n+1) = T(n,n+2) = 3^n = A000244(n).
Sum_{k, 0<=k<=n} T(n-k,k) = A068911(n).
EXAMPLE
Square array begins:
1, 1, 1, 0, 0, 0, 0, 0, 0, ... n = 0
1, 2, 3, 3, 0, 0, 0, 0, 0, ... n = 1
1, 3, 6, 9, 9, 0, 0, 0, 0, ... n = 2
0, 3, 9, 18, 27, 27, 0, 0, 0, ... n = 3
0, 0, 9, 27, 54, 81, 81, 0, 0, ... n = 4
0, 0, 0, 27, 81, 162, 243, 243, 0, ... n = 5
....
CROSSREFS
Sequence in context: A334374 A103448 A186904 * A078803 A368227 A368179
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Mar 13 2013
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 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)