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!)
A154614 Triangle read by rows where T(m,n) = m*n + m + n - 1, 1<=n<=m. 2
2, 4, 7, 6, 10, 14, 8, 13, 18, 23, 10, 16, 22, 28, 34, 12, 19, 26, 33, 40, 47, 14, 22, 30, 38, 46, 54, 62, 16, 25, 34, 43, 52, 61, 70, 79, 18, 28, 38, 48, 58, 68, 78, 88, 98, 20, 31, 42, 53, 64, 75, 86, 97, 108, 119, 22, 34, 46, 58, 70, 82, 94, 106, 118, 130, 142 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
T(m,n)+2 = (n+1)*(m+1) is not prime.
T(m,m)+2 = (m+1)^2.
First column: A005843; second column: A112414; third column: 2*A020742; fourth column: A016885. - Vincenzo Librandi, Nov 17 2012
LINKS
Vincenzo Librandi, Rows n = 1..100, flattened
EXAMPLE
Triangle begins:
2;
4, 7;
6, 10, 14;
8, 13, 18, 23;
10, 16, 22, 28, 34;
12, 19, 26, 33, 40, 47;
14, 22, 30, 38, 46, 54, 62;
16, 25, 34, 43, 52, 61, 70, 79;
18, 28, 38, 48, 58, 68, 78, 88, 98;
20, 31, 42, 53, 64, 75, 86, 97, 108, 119; etc.
MATHEMATICA
t[n_, k_]:=n*k + n + k - 1; Table[t[n, k], {n, 10}, {k, n}]//Flatten (* Vincenzo Librandi, Nov 17 2012 *)
PROG
(Magma) [(n*k + n + k - 1): k in [1..n], n in [1..11]]; // Vincenzo Librandi, Nov 17 2012
CROSSREFS
Sequence in context: A129980 A198137 A126786 * A342616 A161211 A276807
KEYWORD
nonn,easy,tabl
AUTHOR
Vincenzo Librandi, Jan 16 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 6 05:18 EDT 2024. Contains 372290 sequences. (Running on oeis4.)