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!)
A363889 Sum of divisors of 3*n-2 of form 3*k+1. 5
1, 5, 8, 11, 14, 21, 20, 23, 26, 40, 32, 35, 38, 55, 44, 47, 57, 70, 56, 59, 62, 85, 68, 88, 74, 100, 80, 83, 86, 115, 112, 95, 98, 140, 104, 107, 110, 168, 116, 119, 122, 160, 128, 154, 160, 175, 140, 143, 146, 190, 152, 184, 158, 231, 164, 167, 183, 220, 208, 179, 182, 235, 188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A078181(3*n-2).
G.f.: Sum_{k>0} (3*k-2) * x^k/(1 - x^(3*k-2)).
MATHEMATICA
a[n_] := DivisorSum[3*n - 2, # &, Mod[#, 3] == 1 &]; Array[a, 100] (* Amiram Eldar, Jun 26 2023 *)
PROG
(PARI) a(n) = sumdiv(3*n-2, d, (d%3==1)*d);
CROSSREFS
Sequence in context: A186238 A352623 A314389 * A118520 A001954 A006620
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 26 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 16 04:29 EDT 2024. Contains 375173 sequences. (Running on oeis4.)