[go: up one dir, main page]

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!)
Revision History for A083915 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A083915 Number of divisors of n that are congruent to 5 modulo 10.
(history; published version)
#15 by OEIS Server at Sat Dec 30 08:33:28 EST 2023
LINKS

Amiram Eldar, <a href="/A083915/b083915_1.txt">Table of n, a(n) for n = 1..10000</a>

#14 by Alois P. Heinz at Sat Dec 30 08:33:28 EST 2023
STATUS

reviewed

approved

Discussion
Sat Dec 30 08:33
OEIS Server: Installed first b-file as b083915.txt.
#13 by Joerg Arndt at Sat Dec 30 03:27:32 EST 2023
STATUS

proposed

reviewed

#12 by Amiram Eldar at Sat Dec 30 03:05:32 EST 2023
STATUS

editing

proposed

#11 by Amiram Eldar at Sat Dec 30 02:43:30 EST 2023
CROSSREFS

Cf. A083910, A083911, A083912, A083913, A083914, A083916, A083917, A083918, A083919.

#10 by Amiram Eldar at Sat Dec 30 02:42:57 EST 2023
LINKS

Amiram Eldar, <a href="/A083915/b083915_1.txt">Table of n, a(n) for n = 1..10000</a>

MATHEMATICA

a[n_] := DivisorSum[n, 1 &, Mod[#, 10] == 5 &]; Array[a, 100] (* Amiram Eldar, Dec 30 2023 *)

PROG

(PARI) a(n) = sumdiv(n, d, d % 10 == 5); \\ Amiram Eldar, Dec 30 2023

#9 by Amiram Eldar at Sat Dec 30 02:41:16 EST 2023
LINKS

R. A. Smith and M. V. Subbarao, <a href="https://doi.org/10.4153/CMB-1981-005-3">The average number of divisors in an arithmetic progression</a>, Canadian Mathematical Bulletin, Vol. 24, No. 1 (1981), pp. 37-41.

FORMULA

Sum_{k=1..n} a(k) = n*log(n)/10 + c*n + O(n^(1/3)*log(n)), where c = gamma(5,10) - (1 - gamma)/10 = 0.0761859..., gamma(5,10) = -(psi(1/2) + log(10))/10 is a generalized Euler constant, and gamma is Euler's constant (A001620) (Smith and Subbarao, 1981). - Amiram Eldar, Dec 30 2023

CROSSREFS

Cf. A010879, A000005, A001227, A010879.

Cf. A001620, A002392, A020759 (psi(1/2)).

KEYWORD

nonn,easy

STATUS

approved

editing

#8 by Alois P. Heinz at Wed Sep 11 12:10:00 EDT 2019
STATUS

proposed

approved

#7 by Ilya Gutkovskiy at Wed Sep 11 12:09:04 EDT 2019
STATUS

editing

proposed

#6 by Ilya Gutkovskiy at Wed Sep 11 12:01:43 EDT 2019
COMMENTS

a(n) = A000005(n) - A083910(n) - A083911(n) - A083912(n) - A083913(n) - A083914(n) - A083916(n) - A083917(n) - A083918(n) - A083919(n).

FORMULA

a(n) = A000005(n) - A083910(n) - A083911(n) - A083912(n) - A083913(n) - A083914(n) - A083916(n) - A083917(n) - A083918(n) - A083919(n).

G.f.: Sum_{k>=1} x^(5*k)/(1 - x^(10*k)). - Ilya Gutkovskiy, Sep 11 2019

STATUS

approved

editing

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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)