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!)
A213595 A048784(n) / 2^A213594(n). 0
1, 1, 3, 1, 9, 3, 1, 3, 3, 3, 1, 3, 3, 3, 15, 3, 3, 9, 3, 9, 1, 1, 15, 27, 9, 3, 15, 1, 5, 5, 3, 9, 9, 9, 3, 3, 1, 3, 45, 9, 15, 1, 15, 15, 15, 45, 9, 81, 9, 5, 5, 1, 25, 5, 3, 3, 5, 5, 3, 15, 27, 9, 21, 3, 81, 9, 3, 15, 1, 3, 75, 81, 9, 9, 135, 27, 25, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) = tau(binomial(2*n,n)) / 2^k, where tau = number of divisors (A000005) and k is the greatest possible integer.
LINKS
EXAMPLE
a(7) = 1 because A048784(7) / 2^5 = 32 / 32 = 1 is integer.
MAPLE
with(numtheory): for n from 1 to 100 do:ii:=0:for k from 500 by -1 to 1 while(ii=0) do: x:=evalf(tau(binomial(2*n, n))/2^k):if x=floor(x) then ii:=1: printf(`%d, `, floor(x)):else fi:od:od:
CROSSREFS
Sequence in context: A223140 A021762 A019736 * A140303 A249266 A309057
KEYWORD
nonn
AUTHOR
Michel Lagneau, Jun 15 2012
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 26 07:07 EDT 2024. Contains 371990 sequences. (Running on oeis4.)