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!)
A363902 Expansion of Sum_{k>0} x^(2*k) / (1 - x^(3*k))^2. 3
0, 1, 0, 1, 2, 1, 0, 4, 0, 3, 4, 1, 0, 6, 2, 4, 6, 1, 0, 10, 0, 5, 8, 4, 2, 10, 0, 6, 10, 3, 0, 15, 4, 7, 14, 1, 0, 14, 0, 13, 14, 6, 0, 20, 2, 9, 16, 4, 0, 20, 6, 10, 18, 1, 6, 28, 0, 11, 20, 10, 0, 22, 0, 15, 24, 5, 0, 30, 8, 20, 24, 4, 0, 26, 2, 14, 30, 10, 0, 40, 0, 15, 28, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = (1/3) * Sum_{d|n, d==2 mod 3} (d+1) = (A001822(n) + A078182(n))/3.
G.f.: Sum_{k>0} k * x^(3*k-1) / (1 - x^(3*k-1)).
MATHEMATICA
a[n_] := DivisorSum[n, # + 1 &, Mod[#, 3] == 2 &]/3; Array[a, 100] (* Amiram Eldar, Jun 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (d%3==2)*(d+1))/3;
CROSSREFS
Sequence in context: A336517 A317552 A214809 * A137336 A115322 A053117
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 27 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 24 07:11 EDT 2024. Contains 375409 sequences. (Running on oeis4.)