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!)
A364082 Expansion of Sum_{k>0} k * x^(3*k-2) / (1 - x^(4*k-3)). 2
1, 1, 1, 3, 1, 1, 4, 1, 3, 5, 1, 1, 6, 3, 1, 10, 1, 1, 10, 1, 1, 9, 5, 3, 13, 1, 1, 11, 3, 6, 12, 1, 1, 18, 1, 5, 20, 1, 3, 15, 1, 1, 19, 10, 1, 17, 6, 1, 24, 1, 9, 22, 1, 3, 20, 1, 1, 36, 3, 1, 25, 5, 1, 30, 11, 1, 24, 1, 10, 28, 1, 12, 26, 3, 5, 27, 1, 1, 51, 9, 6, 29, 1, 3, 30, 14, 1, 38, 3, 1, 41, 1, 15, 42, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = (1/4) * Sum_{d | 4*n-1, d==1 (mod 4)} (d+3).
G.f.: Sum_{k>0} x^k / (1 - x^(4*k-1))^2.
MATHEMATICA
a[n_] := DivisorSum[4*n - 1, # + 3 &, Mod[#, 4] == 1 &]/4; Array[a, 100] (* Amiram Eldar, Jul 05 2023 *)
PROG
(PARI) a(n) = sumdiv(4*n-1, d, (d%4==1)*(d+3))/4;
CROSSREFS
Cf. A078703.
Sequence in context: A104610 A138684 A132442 * A074927 A139605 A191780
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 July 4 16:41 EDT 2024. Contains 374013 sequences. (Running on oeis4.)