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!)
A132018 Smallest k such that k! > A058694(n). 2
2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 14, 16, 18, 19, 21, 23, 25, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 47, 49, 51, 53, 55, 58, 60, 62, 65, 67, 70, 72, 74, 77, 79, 82, 84, 87, 90, 92, 95, 97, 100, 103, 105, 108, 111, 114, 116, 119, 122, 125, 128, 131, 134, 136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) smk(n) = {lim = prod(i=1, n, numbpart(i)); k = 0; while (k! <= lim, k++); return (k); } \\ Michel Marcus, Jul 23 2013
CROSSREFS
Sequence in context: A119485 A058363 A049810 * A369003 A334142 A044919
KEYWORD
nonn
AUTHOR
R. J. Mathar, May 01 2008
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 03:08 EDT 2024. Contains 372528 sequences. (Running on oeis4.)