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!)
A171176 Triangle read by rows in which row n lists 3n-1 together with the first 2n-1 positive integers, in reverse order. 10
2, 1, 5, 3, 2, 1, 8, 5, 4, 3, 2, 1, 11, 7, 6, 5, 4, 3, 2, 1, 14, 9, 8, 7, 6, 5, 4, 3, 2, 1, 17, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 20, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 23, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 26, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is also the length of the n-th L-toothpick added to the structure of A171166.
LINKS
EXAMPLE
Triangle begins:
2, 1;
5, 3, 2, 1;
8, 5, 4, 3, 2, 1;
11, 7, 6, 5, 4, 3, 2, 1;
14, 9, 8, 7, 6, 5, 4, 3, 2, 1;
17, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
20, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
23, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
26, 17, 16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1;
MATHEMATICA
Table[{3n-1, Reverse[Range[2n-1]]}, {n, 10}]//Flatten (* Harvey P. Dale, Jun 26 2022 *)
CROSSREFS
Cf. A132209 (row sums). - R. J. Mathar, Mar 01 2010
Sequence in context: A143409 A197387 A171177 * A332529 A213849 A067418
KEYWORD
easy,nonn,tabf
AUTHOR
Omar E. Pol, Feb 23 2010
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 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)