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!)
A364083 Expansion of Sum_{k>0} k * x^k / (1 - x^(4*k-3)). 2
1, 3, 4, 5, 6, 7, 10, 9, 10, 11, 12, 18, 14, 15, 16, 17, 24, 19, 20, 21, 25, 30, 24, 25, 26, 27, 36, 29, 30, 38, 32, 42, 34, 35, 36, 37, 48, 39, 48, 41, 42, 54, 48, 45, 46, 47, 60, 58, 50, 51, 52, 66, 54, 55, 56, 66, 82, 59, 60, 61, 62, 78, 64, 65, 66, 78, 84, 69, 80, 71, 72, 90, 79, 75, 88, 77, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/4) * Sum_{d | 4*n-3, d==1 (mod 4)} (d+3).
G.f.: Sum_{k>0} x^k / (1 - x^(4*k-3))^2.
MATHEMATICA
a[n_] := DivisorSum[4*n - 3, # + 3 &, Mod[#, 4] == 1 &]/4; Array[a, 100] (* Amiram Eldar, Jul 05 2023 *)
PROG
(PARI) a(n) = sumdiv(4*n-3, d, (d%4==1)*(d+3))/4;
CROSSREFS
Cf. A359227.
Sequence in context: A139372 A226116 A128659 * A022555 A047308 A092860
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 29 05:11 EDT 2024. Contains 375510 sequences. (Running on oeis4.)