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!)
A174462 a(n) = Sum_{d|n} binomial(n,d)^2. 5
1, 5, 10, 53, 26, 662, 50, 5749, 7138, 65630, 122, 1151702, 170, 11787102, 9225260, 168963957, 290, 2709216086, 362, 34398664078, 13522807742, 497634360470, 530, 7871610432598, 2822797526, 108172480466302, 21966337136980 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Analog to the central binomial coefficients: A000984(n) = Sum_{k=0..n} C(n,k)^2.
LINKS
FORMULA
Logarithmic derivative of A174461.
PROG
(PARI) {a(n)=sumdiv(n, d, binomial(n, d)^2)}
CROSSREFS
Sequence in context: A205884 A032088 A081076 * A277247 A270131 A271295
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 04 2010
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 25 10:41 EDT 2024. Contains 371967 sequences. (Running on oeis4.)