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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098012 Triangle read by rows in which the k-th term in row n (n >= 1, k = 1..n) is Product_{i=0..k-1} prime(n-i). 0
2, 3, 6, 5, 15, 30, 7, 35, 105, 210, 11, 77, 385, 1155, 2310, 13, 143, 1001, 5005, 15015, 30030, 17, 221, 2431, 17017, 85085, 255255, 510510, 19, 323, 4199, 46189, 323323, 1616615, 4849845, 9699690, 23, 437, 7429, 96577, 1062347, 7436429, 37182145 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2

3 3*2

5 5*3 5*3*2

7 7*5 7*5*3 7*5*3*2

MATHEMATICA

Flatten[ Table[ Product[ Prime[i], {i, n, j, -1}], {n, 9}, {j, n, 1, -1}]] (from Robert G. Wilson v Sep 21 2004)

CROSSREFS

Cf. A000040, A002110, A006094, A046301, A046302, A046303.

Sequence in context: A071257 A067392 A066449 * A066117 A156833 A206242

Adjacent sequences:  A098009 A098010 A098011 * A098013 A098014 A098015

KEYWORD

easy,nonn,tabl

AUTHOR

Alford Arnold (Alford1940(AT)aol.com), Sep 09 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 21 2004

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 16 20:59 EST 2012. Contains 205968 sequences.