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!)
A228186 a(n) is the smallest natural number k such that (k+n+1)!*(k-n-2)! < 2*k!*(k-1)!. 1
4, 9, 18, 29, 44, 61, 81, 104, 130, 159, 191, 226, 263, 304, 347, 393, 442, 494, 549, 607, 667, 731, 797, 866, 938, 1013, 1091, 1172, 1256, 1342, 1432, 1524, 1619, 1717, 1818, 1922, 2029, 2139, 2251, 2367, 2485, 2606, 2730, 2857, 2987, 3120, 3255, 3394, 3535 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) for(n=0, 50, for(k=n+2, oo, if(((k+n+1)!)*((k-n-2)!) < 2* (k!)* ((k-1)!), print1(k, ", "); break))) \\ Hugo Pfoertner, Oct 30 2020 using Adam P. Goucher's definition
CROSSREFS
Cf. A100967.
Sequence in context: A101424 A301197 A008021 * A103976 A301257 A036695
KEYWORD
nonn
AUTHOR
John Ting, Aug 15 2013
EXTENSIONS
Entry revised by N. J. A. Sloane, Oct 30 2020, incorporating a more precise definition from Adam P. Goucher
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)