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!)
A364094 Sum of divisors of 5*n-3 of form 5*k+1. 4
1, 1, 7, 1, 12, 1, 17, 1, 28, 1, 27, 1, 32, 1, 43, 12, 42, 1, 47, 1, 58, 1, 73, 1, 62, 1, 84, 1, 72, 22, 77, 1, 88, 1, 87, 1, 118, 12, 119, 1, 102, 1, 107, 32, 118, 1, 117, 1, 133, 1, 190, 1, 132, 1, 153, 1, 148, 42, 147, 12, 152, 1, 189, 1, 208, 1, 167, 1, 178, 1, 204, 73, 182, 1, 224, 1, 192, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A284097(5*n-3).
G.f.: Sum_{k>0} (5*k-4) * x^(2*k-1) / (1 - x^(5*k-4)).
MATHEMATICA
a[n_] := DivisorSum[5*n - 3, # &, Mod[#, 5] == 1 &]; Array[a, 100] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(5*n-3, d, (d%5==1)*d);
CROSSREFS
Sequence in context: A322565 A343227 A339965 * A347132 A349173 A347965
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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)