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!)
A364096 Expansion of Sum_{k>0} k * x^(4*k-3) / (1 - x^(5*k-4)). 5
1, 1, 1, 1, 3, 1, 1, 1, 4, 1, 3, 1, 5, 1, 1, 1, 8, 1, 1, 4, 7, 1, 3, 1, 8, 1, 1, 1, 15, 1, 4, 1, 10, 1, 3, 1, 11, 6, 1, 1, 14, 4, 1, 1, 17, 1, 9, 1, 14, 1, 1, 1, 20, 1, 1, 8, 16, 1, 8, 1, 21, 1, 1, 4, 28, 1, 1, 1, 19, 1, 3, 1, 26, 10, 4, 1, 27, 1, 1, 6, 22, 1, 13, 1, 23, 4, 8, 1, 26, 1, 1, 12, 29, 1, 3, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = (1/5) * Sum_{d | 5*n-1, d==1 (mod 5)} (d+4).
G.f.: Sum_{k>0} x^k / (1 - x^(5*k-1))^2.
MATHEMATICA
a[n_] := DivisorSum[5*n - 1, # + 4 &, Mod[#, 5] == 1 &]/5; Array[a, 100] (* Amiram Eldar, Jul 12 2023 *)
PROG
(PARI) a(n) = sumdiv(5*n-1, d, (d%5==1)*(d+4))/5;
CROSSREFS
Sequence in context: A157603 A305439 A270825 * A348028 A059619 A098950
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 04 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 13 09:19 EDT 2024. Contains 375130 sequences. (Running on oeis4.)