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!)
A328082 Triangle read by rows: columns are Fibonacci numbers F_{2i+1} shifted downwards. 1
1, 2, 1, 5, 2, 1, 13, 5, 2, 1, 34, 13, 5, 2, 1, 89, 34, 13, 5, 2, 1, 233, 89, 34, 13, 5, 2, 1, 610, 233, 89, 34, 13, 5, 2, 1, 1597, 610, 233, 89, 34, 13, 5, 2, 1, 4181, 1597, 610, 233, 89, 34, 13, 5, 2, 1, 10946, 4181, 1597, 610, 233, 89, 34, 13, 5, 2, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A Riordan array.
LINKS
Rigoberto Flórez, Leandro Junes, José L. Ramírez, Enumerating several aspects of non-decreasing Dyck paths, Discrete Mathematics (2019) Vol. 342, Issue 11, 3079-3097. See page 3083.
EXAMPLE
Triangle begins:
1;
2, 1;
5, 2, 1;
13, 5, 2, 1;
34, 13, 5, 2, 1;
89, 34, 13, 5, 2, 1;
233, 89, 34, 13, 5, 2, 1;
610, 233, 89, 34, 13, 5, 2, 1;
1597, 610, 233, 89, 34, 13, 5, 2, 1;
...
PROG
(PARI) T(n, k) = fibonacci(2*(n-k)+1) \\ Rémy Sigrist, Jul 14 2020
CROSSREFS
Cf. A000045.
Sequence in context: A126075 A134032 A137151 * A048494 A047848 A275431
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Oct 15 2019
EXTENSIONS
More terms from Rémy Sigrist, Jul 14 2020
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)