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!)
A158366 Least k such that n! divides (n+k)!/(n+1)!. 0
1, 2, 3, 4, 5, 4, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 40, 43, 44, 43, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 64, 67, 68, 69, 70, 71, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Motivated by 6!=10!/7!.
It appears that for most n, a(n) = n. The sequence of n for which a(n) != n begins: 6, 28, 42, 45, 66, 77, 91, 110, 126 ... that is probably A120624. - Michel Marcus, Aug 21 2013
LINKS
PROG
(PARI) for (n=1, 100, k=1; while((n+k)!/(n+1)!%n!, k++); print1(k, ", "))
CROSSREFS
Cf. A000142.
Sequence in context: A200322 A361479 A075054 * A335834 A289321 A301534
KEYWORD
nonn
AUTHOR
Jaume Oliver Lafont, Mar 17 2009
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)