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!)
A015771 Numbers k such that phi(k) | sigma_13(k). 12

%I #12 Nov 02 2019 06:42:43

%S 1,2,3,6,12,14,15,30,35,42,56,70,78,105,140,168,190,210,248,264,270,

%T 357,418,420,570,594,616,630,714,744,749,812,840,910,1045,1240,1254,

%U 1485,1498,1672,1848,2090,2214,2247,2376,2436,2568,2580,2730

%N Numbers k such that phi(k) | sigma_13(k).

%C sigma_13(n) is the sum of the 13th powers of the divisors of n.

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

%F {n: A000010(n) | A013961(n)}. - _R. J. Mathar_, Sep 21 2017

%p with(numtheory); a := []: for n from 1 to 3000 do if sigma[13](n) mod phi(n) = 0 then a := [op(a), n]; fi; od: a;

%t Select[Range[3000], Divisible[DivisorSigma[13, #], EulerPhi[#]] &] (* _Amiram Eldar_, Nov 02 2019 *)

%Y Cf. A000010, A013961.

%Y Cf. A020492, A015759, A015761, A015762, A015763, A015764, A015765, A015766, A015767, A015768, A015769, A015770, A015773, A015774, A094470.

%K nonn

%O 1,2

%A _Robert G. Wilson v_

%E Offset corrected by _Amiram Eldar_, Nov 02 2019

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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)