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!)
A155704 Triangle read by rows where T(m,n)=2*m*n + m + n + 10. 3
14, 17, 22, 20, 27, 34, 23, 32, 41, 50, 26, 37, 48, 59, 70, 29, 42, 55, 68, 81, 94, 32, 47, 62, 77, 92, 107, 122, 35, 52, 69, 86, 103, 120, 137, 154, 38, 57, 76, 95, 114, 133, 152, 171, 190, 41, 62, 83, 104, 125, 146, 167, 188, 209, 230, 44, 67, 90, 113, 136, 159, 182 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers 2*T(m,n)-19 = (2*m+1)*(2*n+1) are not prime.
First column: A016789, second column: A016873, third column: A017053, fourth column: A017221. - Vincenzo Librandi, Nov 20 2012
LINKS
Vincenzo Librandi, Rows n = 1..100, flattened
EXAMPLE
Triangle begins:
14;
17, 22;
20, 27, 34;
23, 32, 41, 50;
26, 37, 48, 59, 70;
29, 42, 55, 68, 81, 94;
32, 47, 62, 77, 92, 107, 122;
35, 52, 69, 86, 103, 120, 137, 154;
38, 57, 76, 95, 114, 133, 152, 171, 190;
41, 62, 83, 104, 125, 146, 167, 188, 209, 230;
MATHEMATICA
t[n_, k_]:=2 n*k + n + k + 10; Table[t[n, k], {n, 15}, {k, n}]//Flatten (* Vincenzo Librandi, Nov 20 2012 *)
PROG
(Magma) [2*n*k + n + k + 10: k in [1..n], n in [1..11]]; // Vincenzo Librandi, Nov 20 2012
CROSSREFS
Sequence in context: A243750 A046085 A054296 * A105189 A102816 A303305
KEYWORD
nonn,tabl,easy
AUTHOR
Vincenzo Librandi, Jan 25 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)