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!)
A363317 Sum of divisors of 4*n-3 of form 4*k+1. 0
1, 6, 10, 14, 18, 22, 31, 30, 34, 38, 42, 60, 50, 54, 58, 62, 84, 70, 74, 78, 91, 108, 90, 94, 98, 102, 132, 110, 114, 140, 122, 156, 130, 134, 138, 142, 180, 150, 180, 158, 162, 204, 183, 174, 178, 182, 228, 220, 194, 198, 202, 252, 210, 214, 218, 252, 310, 230, 234, 238, 242, 300, 250, 254, 258, 300, 324 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A050449(4*n-3).
G.f.: Sum_{k>0} (4*k-3) * x^k / (1 - x^(4*k-3)).
MATHEMATICA
a[n_] := DivisorSum[4*n - 3, # &, Mod[#, 4] == 1 &]; Array[a, 100] (* Amiram Eldar, Jul 08 2023 *)
PROG
(PARI) a(n) = sumdiv(4*n-3, d, (d%4==1)*d);
CROSSREFS
Sequence in context: A187682 A315180 A243709 * A315181 A315182 A315183
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 08 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 September 7 05:42 EDT 2024. Contains 375729 sequences. (Running on oeis4.)