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!)
A127773 Triangle read by rows: row n consists of n-1 zeros followed by n(n+1)/2. 11
1, 0, 3, 0, 0, 6, 0, 0, 0, 10, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
First few rows of the triangle are:
1;
0, 3;
0, 0, 6;
0, 0, 0, 10;
0, 0, 0, 0, 15;
...
MATHEMATICA
Flatten[Table[{(n(n+1))/2, Table[0, {n}]}, {n, 10}]] (* Harvey P. Dale, Apr 03 2011 *)
CROSSREFS
Sequence in context: A273089 A362021 A330735 * A194498 A193986 A062688
KEYWORD
nonn,easy,tabl
AUTHOR
Gary W. Adamson, Jan 28 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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)