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!)
A363026 Sum of divisors of 5*n-3 of form 5*k+2. 4
2, 7, 14, 17, 24, 27, 34, 37, 51, 47, 54, 57, 64, 67, 86, 84, 84, 87, 94, 97, 121, 107, 121, 117, 124, 127, 168, 137, 144, 154, 154, 157, 191, 167, 174, 177, 191, 204, 238, 197, 204, 207, 214, 224, 261, 227, 234, 237, 266, 247, 315, 257, 264, 267, 291, 277, 331, 294, 294, 324, 304, 307, 378, 317, 331, 327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A284280(5*n-3).
G.f.: Sum_{k>0} (5*k-3) * x^k / (1 - x^(5*k-3)).
MATHEMATICA
a[n_] := DivisorSum[5*n - 3, # &, Mod[#, 5] == 2 &]; Array[a, 100] (* Amiram Eldar, Jul 06 2023 *)
PROG
(PARI) a(n) = sumdiv(5*n-3, d, (d%5==2)*d);
CROSSREFS
Sequence in context: A072120 A247866 A057126 * A319250 A018349 A256798
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 April 28 09:05 EDT 2024. Contains 372020 sequences. (Running on oeis4.)