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!)
A132921 Triangle read by rows: T(n,k) = n + Fibonacci(k) - 1, 1 <= k <= n. 2
1, 2, 2, 3, 3, 4, 4, 4, 5, 6, 5, 5, 6, 7, 9, 6, 6, 7, 8, 10, 13, 7, 7, 8, 9, 11, 14, 19, 8, 8, 9, 10, 12, 15, 20, 28, 9, 9, 10, 11, 13, 16, 21, 29, 42, 10, 10, 11, 12, 14, 17, 22, 30, 43, 64, 11, 11, 12, 13, 15, 18, 23, 31, 44, 65, 99, 12, 12, 13, 14, 16, 19, 24, 32, 45, 66, 100, 155 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Right border = A081659, row sums = A132922: (1, 4, 10, 19, 32, ...).
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1275 (first 50 rows)
FORMULA
Equals (A127648 * A000012 + A000012 * A127647) - A000012 as infinite lower triangular matrices.
EXAMPLE
First few rows of the triangle are:
1;
2, 2;
3, 3, 4;
4, 4, 5, 6;
5, 5, 6, 7, 9;
...
Column 3 = 4, 5, 6, 7, ...; since A081659(2) = 4.
PROG
(PARI) T(n, k)=if(k<=n, n + fibonacci(k) - 1, 0) \\ Andrew Howroyd, Sep 01 2018
CROSSREFS
Row sums are A132922.
Sequence in context: A155213 A029122 A134482 * A255232 A181988 A194173
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Sep 05 2007
EXTENSIONS
Name clarified and terms a(56) and beyond from Andrew Howroyd, Sep 01 2018
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 25 13:32 EDT 2024. Contains 371971 sequences. (Running on oeis4.)