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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112456 Least triangular number divisible by n-th prime. 1
6, 3, 10, 21, 55, 78, 136, 171, 253, 406, 465, 666, 820, 903, 1081, 1378, 1711, 1830, 2211, 2485, 2628, 3081, 3403, 3916, 4656, 5050, 5253, 5671, 5886, 6328, 8001, 8515, 9316, 9591, 11026, 11325, 12246, 13203, 13861, 14878, 15931, 16290 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Essentially the same as A008837; only the first terms differ.

PROG

(PARI) T(n) = n*(n+1)/2 for(n=1, 100, p=prime(n); tr=1; while(T(tr)%p<>0, tr++); print1(T(tr), ", "))

CROSSREFS

Cf. A000217 (triangular numbers), A008837 (p(p-1)/2 for p prime).

Sequence in context: A176533 A177015 A066070 * A060534 A060445 A131894

Adjacent sequences:  A112453 A112454 A112455 * A112457 A112458 A112459

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Sep 06 2005

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 15 12:59 EST 2012. Contains 205788 sequences.