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!)
A366974 Expansion of Sum_{k >=1} x^(2*k)/(1-x^k)^(k+1). 1
0, 1, 2, 4, 4, 9, 6, 14, 12, 20, 10, 42, 12, 35, 40, 59, 16, 96, 18, 121, 84, 77, 22, 281, 80, 104, 156, 281, 28, 521, 30, 407, 264, 170, 406, 1083, 36, 209, 416, 1418, 40, 1514, 42, 1068, 1632, 299, 46, 3532, 840, 1923, 884, 1847, 52, 3824, 2420, 5377, 1216, 464, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n} binomial(d+n/d-2,d).
If p is prime, a(p) = p - 1.
PROG
(PARI) a(n) = sumdiv(n, d, binomial(d+n/d-2, d));
CROSSREFS
Cf. A318636.
Sequence in context: A187209 A006579 A227906 * A346004 A195727 A256701
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 30 2023
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 September 14 11:47 EDT 2024. Contains 375921 sequences. (Running on oeis4.)