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!)
A154685 Triangle read by rows where T(m,n)=2mn+m+n+4 9
8, 11, 16, 14, 21, 28, 17, 26, 35, 44, 20, 31, 42, 53, 64, 23, 36, 49, 62, 75, 88, 26, 41, 56, 71, 86, 101, 116, 29, 46, 63, 80, 97, 114, 131, 148, 32, 51, 70, 89, 108, 127, 146, 165, 184, 35, 56, 77, 98, 119, 140, 161, 182, 203, 224 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms form a subset of A153039 because 2*T(m,n)-7=(2n+1)(2m+1) are not prime.
LINKS
Vincenzo Librandi, Rows n = 1..100, flattened
FORMULA
T(m,n) = A155724 + 8. - L. Edson Jeffery, Oct 12 2012
EXAMPLE
Triangle begins:
8;
11, 16;
14, 21, 28;
17, 26, 35, 44;
20, 31, 42, 53, 64;
23, 36, 49, 62, 75, 88;
26, 41, 56, 71, 86, 101, 116;
29, 46, 63, 80, 97, 114, 131, 148;
32, 51, 70, 89, 108, 127, 146, 165, 184;
35, 56, 77, 98, 119, 140, 161, 182, 203, 224;
MATHEMATICA
Flatten@Table[2*n*m+m+n+4, {n, 20}, {m, n}] (* Vincenzo Librandi, Jan 29 2012 *)
PROG
(PARI) for(m=1, 9, for(n=1, m, print1(2*m*n+m+n+4", "))) \\ Charles R Greathouse IV, Dec 27 2011
CROSSREFS
Row sums: A151675. - N. J. A. Sloane, May 31 2009
Sequence in context: A032423 A063724 A317770 * A068591 A065348 A155717
KEYWORD
nonn,tabl,easy
AUTHOR
Vincenzo Librandi, Jan 18 2009
EXTENSIONS
Clarified comment. - R. J. Mathar, Jan 24 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 10 04:35 EDT 2024. Contains 372356 sequences. (Running on oeis4.)