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!)
A357912 a(n) = Sum_{d|n, d==1 (mod 11)} d. 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 24, 13, 1, 1, 1, 1, 1, 1, 1, 1, 1, 35, 1, 13, 1, 1, 1, 1, 1, 1, 1, 1, 46, 24, 1, 13, 1, 1, 1, 1, 1, 1, 1, 57, 1, 1, 1, 13, 1, 1, 1, 1, 1, 1, 68, 35, 24, 1, 1, 13, 1, 1, 1, 1, 1, 79, 1, 1, 1, 1, 1, 13, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,12
LINKS
FORMULA
G.f.: Sum_{k>=0} (11*k+1) * x^(11*k+1)/(1 - x^(11*k+1)).
MATHEMATICA
a[n_] := DivisorSum[n, # &, Mod[#, 11] == 1 &]; Array[a, 100] (* Amiram Eldar, Aug 09 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (Mod(d, 11)==1)*d);
(PARI) my(N=100, x='x+O('x^N)); Vec(sum(k=0, N, (11*k+1)*x^(11*k+1)/(1-x^(11*k+1))))
CROSSREFS
Cf. Sum_{d|n, d==1 (mod k)} d: A000593 (k=2), A078181 (k=3), A050449 (k=4), A284097 (k=5), A284098 (k=6), A284099 (k=7), A284100 (k=8), this sequence (k=11).
Cf. A357911.
Sequence in context: A165400 A181154 A367303 * A251072 A353805 A332018
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 17 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)