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!)
A114571 a(n) is the smallest value k for which k!! >= n!. 0
1, 2, 4, 6, 8, 9, 11, 12, 14, 16, 18, 19, 21, 23, 24, 26, 28, 30, 31, 33, 35, 36, 38, 40, 42, 43, 45, 47, 48, 50, 52, 54, 55, 57, 59, 61, 62, 64, 66, 68, 69, 71, 73, 75, 76, 78, 80, 82, 84, 85, 87, 89, 91, 92, 94, 96, 98, 99, 101, 103, 105, 106, 108, 110, 112, 114, 115, 117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6)=9 since m!!<6! for m<9, while 9!!>=6!.
MATHEMATICA
Module[{df=Table[{i, i!!}, {i, 200}]}, Transpose[Table[SelectFirst[df, #[[2]]>= n!&], {n, 100}]][[1]]] (* Harvey P. Dale, Nov 05 2015 *)
CROSSREFS
Sequence in context: A186354 A186149 A298861 * A050091 A184740 A184638
KEYWORD
easy,nonn
AUTHOR
Giovanni Resta, Feb 16 2006
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 April 18 09:35 EDT 2024. Contains 371779 sequences. (Running on oeis4.)