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!)
A048846 Least positive integer k for which 29^n divides k!. 2

%I #9 Aug 28 2016 18:23:39

%S 1,29,58,87,116,145,174,203,232,261,290,319,348,377,406,435,464,493,

%T 522,551,580,609,638,667,696,725,754,783,812,841,841,870,899,928,957,

%U 986,1015,1044,1073,1102,1131,1160,1189,1218,1247,1276

%N Least positive integer k for which 29^n divides k!.

%H T. D. Noe, <a href="/A048846/b048846.txt">Table of n, a(n) for n = 0..1000</a>

%t f[n_]:=Module[{k=1},While[!Divisible[k!,29^n],k++];k]; Array[f,50,0] (* _Harvey P. Dale_, Sep 04 2011 *)

%Y See A007843 for more information.

%K nonn

%O 0,2

%A Charles T. Le (charlestle(AT)yahoo.com)

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 24 08:19 EDT 2024. Contains 371922 sequences. (Running on oeis4.)