Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A122828 Triangle T(n,k), 0<=k<=n, defined by : T(n,k)=0 if k<0, T(n,k)=0 if k>n,T(0,0)=1, T(1,0)=1, T(1,1)=2, T(n,k)=T(n-1,k-1)+T(n-1,k)+T(n-2,k). 0
1, 1, 2, 2, 3, 2, 3, 7, 5, 2, 5, 13, 14, 7, 2, 8, 25, 32, 23, 9, 2, 13, 46, 71, 62, 34, 11, 2, 34, 151, 304, 367, 295, 163, 62, 15, 2, 55, 269, 604, 827, 767, 505, 238, 79, 17, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum{k,0<=k<=n}T(n,k)=A078057(n) .T(n,0) = Fibonacci(n+1)=A000045(n+1).
EXAMPLE
Triangle begins:
1;
1, 2;
2, 3, 2;
3, 7, 5, 2;
5, 13, 14, 7, 2;
8, 25, 32, 23, 9, 2;
13, 46, 71, 62, 34, 11, 2;
21, 84, 149, 156, 105, 47, 13, 2;
34, 151, 304, 367, 295, 163, 62, 15, 2;
CROSSREFS
Sequence in context: A371559 A236433 A117122 * A242213 A035213 A340224
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Oct 23 2006
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 August 6 10:22 EDT 2024. Contains 374969 sequences. (Running on oeis4.)