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!)
A033946 Values of n corresponding to A033945. 4

%I #10 Oct 27 2023 22:00:43

%S 1,2,3,5,7,9,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,

%T 89,97,101,103,107,109,113,121,127,131,137,139,149,151,157,163,167,

%U 173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263

%N Values of n corresponding to A033945.

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

%t f[n_] := 3n - DivisorSigma[1, n]; fm = 0; s = {}; Do[f1 = f[n]; If[f1 > fm, fm = f1; AppendTo[s, n]], {n, 1, 263}]; s (* _Amiram Eldar_, Aug 28 2019 *)

%Y Cf. A033885, A033945.

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_.

%E More terms from _Asher Auel_ May 05 2000

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