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!)
A130296 Triangle read by rows: T[i,1]=i, T[i,j]=1 for 1 < j <= i = 1,2,3,... 22
1, 2, 1, 3, 1, 1, 4, 1, 1, 1, 5, 1, 1, 1, 1, 6, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 9, 1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence was formerly named "reversals of A051340", but it is actually the truncation of A051340 to its lower left triangular part, re-indexed to start rows and columns with 1. - M. F. Hasler, Aug 15 2015
LINKS
FORMULA
Truncation of A051340 to its lower left. By rows, "n" followed by (n-1) 1's. (1,2,3...) in the left border, all 1's in other columns.
a(n) = A004201(n) - A004201(n-1) for n>1. - Reinhard Zumkeller, Jul 16 2008
EXAMPLE
First few rows of the triangle are:
1;
2, 1;
3, 1, 1;
4, 1, 1, 1;
5, 1, 1, 1, 1;
...
PROG
(PARI) A130296(i, j)=if(j==1, i, j<=i) \\ The sequence should not be defined for j>i but it is used in several places as infinite square matrix with upper right part equal to zero. - M. F. Hasler, Aug 15 2015
CROSSREFS
Cf. A051340, A130297, A005408 (row sums).
Sequence in context: A300322 A144220 A156826 * A126705 A367849 A263646
KEYWORD
nonn,tabl,easy
AUTHOR
Gary W. Adamson, May 20 2007
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 30 09:09 EDT 2024. Contains 372131 sequences. (Running on oeis4.)