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!)
A306842 a(n) = Sum_{d|n} binomial(n,d)*binomial(n,n/d). 1
1, 4, 6, 44, 10, 612, 14, 3936, 7074, 22700, 22, 339792, 26, 624652, 2732760, 6401232, 34, 45174204, 38, 220441080, 309304842, 325909628, 46, 7330314960, 2822796950, 6760390052, 27417926304, 78814587656, 58, 548150764560, 62, 1352747882944, 2111872688706 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
If p is prime, a(p) = 2*p.
MATHEMATICA
a[n_] := DivisorSum[n, Binomial[n, #] * Binomial[n, n/#] &]; Array[a, 30] (* Amiram Eldar, Jun 13 2021 *)
PROG
(PARI) {a(n) = sumdiv(n, d, binomial(n, d)*binomial(n, n/d))}
CROSSREFS
Sequence in context: A034923 A013022 A012908 * A284634 A077100 A012935
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 12 2019
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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)