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!)
A334813 Arithmetic numbers k (A003601) such that sigma(k)/d(k) is also an arithmetic number, where d(k) is the number of divisors of k (A000005) and sigma(k) is their sum (A000203). 3

%I #14 Jan 12 2024 01:28:53

%S 1,5,6,11,13,14,15,20,29,37,38,39,41,43,44,45,49,53,54,56,57,59,60,61,

%T 65,68,73,78,83,85,86,87,89,95,96,97,101,102,107,109,110,111,113,114,

%U 116,118,123,125,129,131,134,135,137,139,142,143,145,147,150,153

%N Arithmetic numbers k (A003601) such that sigma(k)/d(k) is also an arithmetic number, where d(k) is the number of divisors of k (A000005) and sigma(k) is their sum (A000203).

%C The number of terms not exceeding 10^k for k = 1, 2, ... is 3, 36, 426, 4744, 50442, 533806, 5585745, 58013810, 599272790, 6162302702, ... Apparently, this sequence has asymptotic density ~0.6.

%C Includes all the primes p such that (p+1)/2 is an odd prime, i.e., A005383 without the first term 3.

%C If p is in A240971 then p^2 is a term.

%H Amiram Eldar, <a href="/A334813/b334813.txt">Table of n, a(n) for n = 1..10000</a>

%e 5 is a term since sigma(5)/d(5) = 6/2 = 3 is an integer, and so is sigma(3)/d(3) = 4/2 = 2.

%t rat[n_] := DivisorSigma[1, n]/DivisorSigma[0, n]; Select[Range[200], IntegerQ[(r = rat[#])] && IntegerQ[rat[r]] &]

%Y Cf. A000005, A000203, A003601, A102187.

%K nonn

%O 1,2

%A _Amiram Eldar_, May 12 2020

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