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!)
A363033 Sum of divisors of 5*n-1 of form 5*k+3. 4
0, 3, 0, 0, 11, 0, 0, 16, 0, 0, 21, 0, 8, 26, 0, 0, 31, 0, 0, 36, 21, 0, 41, 0, 0, 46, 0, 0, 77, 0, 0, 56, 0, 13, 61, 0, 31, 66, 0, 0, 71, 0, 0, 76, 36, 0, 112, 0, 0, 86, 0, 0, 132, 0, 0, 96, 0, 0, 101, 36, 46, 106, 0, 0, 129, 0, 0, 116, 51, 0, 121, 0, 41, 126, 0, 0, 187, 0, 0, 136, 0, 0, 182, 0, 61, 192, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A284281(5*n-1).
G.f.: Sum_{k>0} (5*k-2) * x^(3*k-1) / (1 - x^(5*k-2)).
MATHEMATICA
a[n_] := DivisorSum[5*n - 1, # &, Mod[#, 5] == 3 &]; Array[a, 100] (* Amiram Eldar, Jul 06 2023 *)
PROG
(PARI) a(n) = sumdiv(5*n-1, d, (d%5==3)*d);
CROSSREFS
Sequence in context: A342312 A123474 A370064 * A321711 A277788 A208848
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 06 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 9 13:12 EDT 2024. Contains 375042 sequences. (Running on oeis4.)