The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A162609 Triangle read by rows in which row n lists n terms, starting with 1, with gaps = n-2 between successive terms. 11
1, 1, 1, 1, 2, 3, 1, 3, 5, 7, 1, 4, 7, 10, 13, 1, 5, 9, 13, 17, 21, 1, 6, 11, 16, 21, 26, 31, 1, 7, 13, 19, 25, 31, 37, 43, 1, 8, 15, 22, 29, 36, 43, 50, 57, 1, 9, 17, 25, 33, 41, 49, 57, 65, 73, 1, 10, 19, 28, 37, 46, 55, 64, 73, 82, 91, 1, 11, 21, 31, 41, 51, 61, 71, 81 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Equals A081493 when first column is removed. - Georg Fischer, Jul 25 2023
LINKS
FORMULA
T(n,n) = A002061(n-1).
T(n,k) = A076110(n-1,k) = 1+(n-2)*(k-1). - R. J. Mathar, Mar 30 2023
EXAMPLE
Triangle begins:
1;
1, 1;
1, 2, 3;
1, 3, 5, 7;
1, 4, 7, 10, 13;
1, 5, 9, 13, 17, 21;
1, 6, 11, 16, 21, 26, 31;
MATHEMATICA
Table[NestList[#+(n-2)&, 1, n-1], {n, 20}]//Flatten (* Harvey P. Dale, Oct 23 2017 *)
CROSSREFS
Cf. A060354 (row sums), A081493 (without first column).
Sequence in context: A208814 A230449 A255437 * A194752 A194740 A194762
KEYWORD
easy,nonn,tabl
AUTHOR
Omar E. Pol, Jul 09 2009
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 May 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)