login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101756 Number of divisors of highly composite triangular numbers. 4
1, 2, 4, 6, 9, 16, 18, 20, 24, 36, 40, 48, 90, 112, 128, 144, 162, 168, 192, 240, 320, 480, 576, 648, 768, 1024, 1280, 1344, 1512, 1536, 1728, 1920, 2304, 2880, 3072, 3200, 3456, 3888, 4480, 5760, 6144, 6912, 7680, 8640, 9216, 13824, 16128, 23040, 25088 (list; graph; refs; listen; history; text; internal format)
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
PROG
(PARI) t1=1; r=0; for(n=1, 2e9, t2=n+1; t2=numdiv(t2/if(n%2, 2, 1)); if(t1*t2>r, r=t1*t2; print1(r", ")); t1=t2) \\ Charles R Greathouse IV, Feb 01 2013
CROSSREFS
Sequence in context: A074677 A006498 A179997 * A350552 A352359 A226007
KEYWORD
nonn
AUTHOR
Ray Chandler, Dec 22 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)