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!)
A363804 a(n) = Sum_{d|n, d == 0, 3, or 4 mod 7} d. 2
0, 0, 3, 4, 0, 3, 7, 4, 3, 10, 11, 7, 0, 21, 3, 4, 17, 21, 0, 14, 31, 11, 0, 31, 25, 0, 3, 53, 0, 13, 31, 36, 14, 17, 42, 25, 0, 38, 42, 14, 0, 87, 0, 15, 48, 46, 0, 31, 56, 35, 20, 56, 53, 21, 11, 109, 3, 0, 59, 77, 0, 31, 94, 36, 0, 80, 67, 21, 3, 136, 0, 49, 73, 74, 28, 42, 95, 42, 0, 94, 84, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: Sum_{k>0, k == 0, 3 or 4 mod 7} k * x^k/(1 - x^k).
MATHEMATICA
a[n_] := DivisorSum[n, # &, MemberQ[{0, 3, 4}, Mod[#, 7]] &]; Array[a, 100] (* Amiram Eldar, Jun 23 2023 *)
PROG
(PARI) my(N=90, x='x+O('x^N)); concat([0, 0], Vec(sum(k=1, N, [1, 0, 0, 1, 1, 0, 0][k%7+1]*k*x^k/(1-x^k))))
CROSSREFS
Cf. A363801.
Sequence in context: A346524 A139401 A110061 * A220956 A294967 A351045
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 23 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 27 13:14 EDT 2024. Contains 372019 sequences. (Running on oeis4.)