The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020647 Least positive integer k for which 8^n divides k!. 1
1, 4, 8, 12, 16, 16, 20, 24, 28, 32, 32, 36, 40, 42, 46, 48, 52, 56, 58, 62, 64, 64, 68, 72, 76, 80, 80, 84, 88, 92, 96, 96, 100, 104, 106, 110, 112, 116, 120, 122, 126, 128, 128, 132, 136, 138, 142, 144, 148, 152, 154, 158, 160, 162, 166, 168, 172, 176, 178, 182, 184, 188 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
lpi[n_]:=Module[{k=1, n8=8^n}, While[!Divisible[k!, n8], k++]; k]; Array[ lpi, 70, 0] (* Harvey P. Dale, Dec 08 2015 *)
CROSSREFS
Sequence in context: A242399 A081747 A331061 * A274919 A196032 A130702
KEYWORD
nonn
AUTHOR
STATUS
approved

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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)