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!)
A326399 Expansion of Sum_{k>=1} k * x^k / (1 - x^(3*k)). 6
1, 2, 3, 5, 5, 6, 8, 10, 9, 11, 11, 15, 14, 16, 15, 21, 17, 18, 20, 27, 24, 23, 23, 30, 26, 28, 27, 40, 29, 33, 32, 42, 33, 35, 40, 45, 38, 40, 42, 55, 41, 48, 44, 57, 45, 47, 47, 63, 57, 57, 51, 70, 53, 54, 56, 80, 60, 59, 59, 81, 62, 64, 72, 85, 70, 69, 68, 87, 69, 88 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n, n/d==1 (mod 3)} d.
G.f.: Sum_{k>0} x^(3*k-2) / (1 - x^(3*k-2))^2. - Seiichi Manyama, Jun 29 2023
MATHEMATICA
nmax = 70; CoefficientList[Series[Sum[k x^k/(1 - x^(3 k)), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
Table[DivisorSum[n, # &, MemberQ[{1}, Mod[n/#, 3]] &], {n, 1, 70}]
CROSSREFS
Sequence in context: A214881 A364085 A163831 * A192419 A081836 A263721
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 11 2019
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 April 20 10:35 EDT 2024. Contains 371827 sequences. (Running on oeis4.)