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!)
A095832 Triangle read by rows: T(n,k) = (n-k+1)*(n-k), n>=1, 1<=k<=n. 2
0, 2, 0, 6, 2, 0, 12, 6, 2, 0, 20, 12, 6, 2, 0, 30, 20, 12, 6, 2, 0, 42, 30, 20, 12, 6, 2, 0, 56, 42, 30, 20, 12, 6, 2, 0, 72, 56, 42, 30, 20, 12, 6, 2, 0, 90, 72, 56, 42, 30, 20, 12, 6, 2, 0, 110, 90, 72, 56, 42, 30, 20, 12, 6, 2, 0, 132, 110, 90, 72, 56, 42, 30, 20, 12, 6, 2, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Michel Marcus, Rows n=1..100 of triangle, flattened (terms 1..1000 from Harvey P. Dale)
EXAMPLE
Triangle begins:
0;
2, 0;
6, 2, 0;
12, 6, 2, 0;
20, 12, 6, 2, 0;
...
MATHEMATICA
Table[(n-k+1)(n-k), {n, 20}, {k, n}]//Flatten (* Harvey P. Dale, Apr 17 2016 *)
CROSSREFS
Cf. A002378.
Sequence in context: A368377 A119883 A020853 * A248162 A143381 A322093
KEYWORD
easy,nonn,tabl
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 10 2004
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 28 18:07 EDT 2024. Contains 372092 sequences. (Running on oeis4.)