login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A101755
Indices of highly composite triangular numbers.
4
1, 2, 3, 7, 8, 15, 24, 32, 35, 63, 80, 104, 224, 384, 560, 935, 1224, 1664, 1728, 2015, 2079, 5984, 12375, 14399, 21735, 41040, 78624, 98175, 123200, 126224, 165375, 201824, 313599, 395199, 453375, 1056159, 1154439, 1324224, 1890944, 2203200, 2756159, 6969599
OFFSET
1,2
LINKS
Charles R Greathouse IV and Donovan Johnson, Table of n, a(n) for n = 1..70 (first 55 terms from Charles R Greathouse IV).
FORMULA
A000217(a(n)) = A076711(n).
PROG
(PARI) r=0; for(n=1, 1e7, t=if(n%2, numdiv(n)*numdiv((n+1)/2), numdiv(n/2)*numdiv(n+1)); if(t>r, r=t; print1(n", "))) \\ Charles R Greathouse IV, Feb 01 2013
CROSSREFS
Sequence in context: A071527 A307328 A097095 * A363847 A076550 A062269
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 22 2004
STATUS
approved