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

%I #11 Sep 08 2022 08:45:41

%S 14,17,22,20,27,34,23,32,41,50,26,37,48,59,70,29,42,55,68,81,94,32,47,

%T 62,77,92,107,122,35,52,69,86,103,120,137,154,38,57,76,95,114,133,152,

%U 171,190,41,62,83,104,125,146,167,188,209,230,44,67,90,113,136,159,182

%N Triangle read by rows where T(m,n)=2*m*n + m + n + 10.

%C The numbers 2*T(m,n)-19 = (2*m+1)*(2*n+1) are not prime.

%C First column: A016789, second column: A016873, third column: A017053, fourth column: A017221. - _Vincenzo Librandi_, Nov 20 2012

%H Vincenzo Librandi, <a href="/A155704/b155704.txt">Rows n = 1..100, flattened</a>

%e Triangle begins:

%e 14;

%e 17, 22;

%e 20, 27, 34;

%e 23, 32, 41, 50;

%e 26, 37, 48, 59, 70;

%e 29, 42, 55, 68, 81, 94;

%e 32, 47, 62, 77, 92, 107, 122;

%e 35, 52, 69, 86, 103, 120, 137, 154;

%e 38, 57, 76, 95, 114, 133, 152, 171, 190;

%e 41, 62, 83, 104, 125, 146, 167, 188, 209, 230;

%t t[n_,k_]:=2 n*k + n + k + 10; Table[t[n, k], {n, 15}, {k, n}]//Flatten (* _Vincenzo Librandi_, Nov 20 2012 *)

%o (Magma) [2*n*k + n + k + 10: k in [1..n], n in [1..11]]; // _Vincenzo Librandi_, Nov 20 2012

%Y Cf. A153041, A016789, A016873, A017053, A017221.

%K nonn,tabl,easy

%O 1,1

%A _Vincenzo Librandi_, Jan 25 2009

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 July 16 21:48 EDT 2024. Contains 374358 sequences. (Running on oeis4.)