Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A363696 Expansion of Sum_{k>0} (1/(1-x^k)^6 - 1). 2
6, 27, 62, 153, 258, 545, 798, 1440, 2064, 3282, 4374, 6859, 8574, 12447, 15818, 21789, 26340, 36196, 42510, 56538, 66634, 85125, 98286, 126901, 142764, 178506, 203440, 249909, 278262, 343936, 376998, 457686, 506372, 602118, 659058, 791908, 850674, 1005129, 1094638 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: Sum_{k>0} binomial(k+5,5) * x^k/(1 - x^k).
a(n) = Sum_{d|n} binomial(d+5,5).
MATHEMATICA
a[n_] := DivisorSum[n, Binomial[# + 5, 5] &]; Array[a, 40] (* Amiram Eldar, Jul 05 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, binomial(d+5, 5));
CROSSREFS
Sequence in context: A012720 A012365 A217189 * A167469 A190623 A305158
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 16 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 August 18 19:26 EDT 2024. Contains 375273 sequences. (Running on oeis4.)