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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121479 Triangular numbers with more than three distinct prime factors. 1
210, 630, 780, 990, 1326, 1540, 1596, 1770, 1830, 2145, 2346, 2415, 2850, 2926, 3003, 3486, 3570, 3828, 4095, 4186, 4278, 4560, 4950, 5460, 5565, 6105, 6216, 6555, 6670, 6786, 7140, 7260, 7626, 8385, 8646, 8778, 9180, 9730, 9870, 10296, 10440, 10878 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

20*21/2 = 2*3*5*7 = 210 is the smalles triangular number with more than three distinct prime factors, hence a(1) = 210.

PROG

(PARI) for(n=1, 100, k=binomial(n+1, 2); if(omega(k)>3, print1(k, ", ")))

CROSSREFS

Cf. A000217, A068443, A119663, A121478.

Sequence in context: A046386 A046402 A147571 * A118279 A163263 A009127

Adjacent sequences:  A121476 A121477 A121478 * A121480 A121481 A121482

KEYWORD

easy,nonn

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 01 2006

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:09 EST 2012. Contains 205663 sequences.