login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073081 Greatest k such that k! divides sigma(n!). 1

%I #16 Dec 07 2019 01:36:44

%S 1,1,3,3,5,3,4,6,6,2,4,4,4,7,7,7,7,4,9,7,8,8,11,8,8,10,10,9,10,13,14,

%T 13,6,10,10,10,10,10,10,12,12,12,12,12,12,8,11,11,12,19,21,16,16,16,

%U 14,14,12,16,16,16,16,16,16,22,21,21,21,19,19,20,20,20,20,22,21,21,19,14

%N Greatest k such that k! divides sigma(n!).

%C sum(k=1,n,a(k)) seems to be asymptotic to C*n^2 with 1/20 < C < 1/10.

%H Giovanni Resta, <a href="/A073081/b073081.txt">Table of n, a(n) for n = 1..10000</a>

%o (PARI) a(n) = my(m=1, s=sigma(n!)); for (k=1, n, if ((s % k!) == 0, m = max(m, k))); m; \\ _Michel Marcus_, Dec 05 2019

%Y Cf. A062569 (sigma(n!)).

%K easy,nonn

%O 1,3

%A _Benoit Cloitre_, Aug 17 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 19:46 EDT 2024. Contains 376014 sequences. (Running on oeis4.)