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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138139 Triangle read by rows: row n contains n terms and each column lists the prime numbers A000040. 4
2, 2, 2, 2, 3, 2, 2, 3, 3, 2, 2, 3, 5, 3, 2, 2, 3, 5, 5, 3, 2, 2, 3, 5, 7, 5, 3, 2, 2, 3, 5, 7, 7, 5, 3, 2, 2, 3, 5, 7, 11, 7, 5, 3, 2, 2, 3, 5, 7, 11, 11, 7, 5, 3, 2, 2, 3, 5, 7, 11, 13, 11, 7, 5, 3, 2, 2, 3, 5, 7, 11, 13, 13, 11, 7, 5, 3, 2, 2, 3, 5, 7, 11 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..10000

EXAMPLE

Triangle begins:

..... 2

.... 2,2

... 2,3,2

.. 2,3,3,2

. 2,3,5,3,2

MAPLE

A138139 := proc(n, k) return ithprime(min(k, n-k+1)): end: seq(seq(A138139(n, k), k=1..n), n=1..13); # Nathaniel Johnston, Apr 30 2011

CROSSREFS

Cf. A000040, A003983.

Sequence in context: A047931 A033618 A061357 * A127992 A169989 A067595

Adjacent sequences:  A138136 A138137 A138138 * A138140 A138141 A138142

KEYWORD

easy,nonn,tabl

AUTHOR

Omar E. Pol (info(AT)polprimos.com), Mar 09 2008, Mar 25 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 17 14:19 EST 2012. Contains 206038 sequences.