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!)
A363805 Number of divisors of n of the form 7*k + 3. 11
0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 2, 0, 0, 1, 0, 0, 2, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 2, 0, 0, 2, 0, 1, 2, 1, 0, 1, 0, 0, 1, 0, 1, 2, 0, 1, 1, 0, 0, 2, 0, 1, 1, 1, 0, 2, 1, 0, 1, 1, 0, 1, 0, 2, 1, 0, 0, 1, 1, 0, 2, 0, 0, 3, 0, 0, 2, 1, 0, 2, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,24
LINKS
R. A. Smith and M. V. Subbarao, The average number of divisors in an arithmetic progression, Canadian Mathematical Bulletin, Vol. 24, No. 1 (1981), pp. 37-41.
FORMULA
G.f.: Sum_{k>0} x^(3*k)/(1 - x^(7*k)).
G.f.: Sum_{k>0} x^(7*k-4)/(1 - x^(7*k-4)).
Sum_{k=1..n} a(k) = n*log(n)/7 + c*n + O(n^(1/3)*log(n)), where c = gamma(3,7) - (1 - gamma)/7 = -0.0004108181..., gamma(3,7) = -(psi(3/7) + log(7))/7 is a generalized Euler constant, and gamma is Euler's constant (A001620) (Smith and Subbarao, 1981). - Amiram Eldar, Nov 25 2023
MATHEMATICA
a[n_] := DivisorSum[n, 1 &, Mod[#, 7] == 3 &]; Array[a, 100] (* Amiram Eldar, Jun 23 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, d%7==3);
CROSSREFS
Cf. A284444.
Cf. A001620, A016630, A354629 (psi(3/7)).
Sequence in context: A023670 A284394 A188170 * A212193 A253189 A126030
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 July 18 18:59 EDT 2024. Contains 374388 sequences. (Running on oeis4.)