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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036493 Largest number having binary order n (A029837) and of which the number of divisors is maximal in that range of g[ x ]=n. 3
1, 2, 4, 8, 12, 30, 60, 120, 240, 504, 840, 1680, 3960, 7560, 15120, 32760, 65520, 131040, 262080, 498960, 997920, 1965600 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

For those n's if more than one x exists with g[ x ]=n and which has the maximal possible value of d[ x ] than A036471 and A036493 deviate from each other(n=3,5,9,12,15) otherwise these sequence are identical.

EXAMPLE

At n=9, x is in [ 257,512 ],max[ d[ x ] ]=24 (see A036451); this holds for four different numbers (360,420,480 and 504); a(9)=504 since it is the largest.

MATHEMATICA

ld[ x_ ] := Length[ Divisors[ x ] ]; a=1+2^(n-1), b=2^n; List=Flatten[ Position[ Table[ ld[ x ], {x, a, b} ], max{ld[ x ]} ]+a-1 ]; Max{List}=A036493

CROSSREFS

Cf. A000005, A029837, A005179, A007416, A036451, A036470, A036484.

Sequence in context: A004653 A115386 A058771 * A082906 A204088 A187941

Adjacent sequences:  A036490 A036491 A036492 * A036494 A036495 A036496

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu)

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 14:37 EST 2012. Contains 205930 sequences.