login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138117 Triangle read by rows: row n lists the first 2n-1 prime numbers. 0
2, 2, 3, 5, 2, 3, 5, 7, 11, 2, 3, 5, 7, 11, 13, 17, 2, 3, 5, 7, 11, 13, 17, 19, 23, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

Triangle begins:

....... 2

..... 2,3,5

... 2,3,5,7,11

. 2,3,5,7,11,13,17

MATHEMATICA

nn=10; Flatten[Table[Take[Prime[Range[2nn+1]], 2n+1], {n, 0, nn}]] (* From Harvey P. Dale, Aug 16 2011 *)

CROSSREFS

Cf. A000040, A037126, A138139, A138143.

Sequence in context: A058256 A140183 A130725 * A175908 A152430 A117918

Adjacent sequences:  A138114 A138115 A138116 * A138118 A138119 A138120

KEYWORD

easy,nonn

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Mar 14 2008, corrected Mar 15 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:47 EST 2012. Contains 205663 sequences.