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!)
A249430 a(n) = Least integer k such that A249431(k) = n, and -1 if no such integer exists. 5

%I #8 Nov 02 2014 18:14:20

%S 1,0,350,439,174,713,323,1923,1052,999,1766,3749,2254,2253,1934,3391

%N a(n) = Least integer k such that A249431(k) = n, and -1 if no such integer exists.

%C a(n) = the least natural number k such that {product of elements on row k of Pascal's triangle} is divisible by (k+n)! but not by (k+n+1)!

%C Note: a(18) = 3144 and a(24) = 2974. First values k for which A249431(k) = 16 and 17, if they exist, are larger than 4096.

%o (Scheme) (define (A249430 n) (let loop ((k 0)) (cond ((= n (A249431 k)) k) (else (loop (+ 1 k))))))

%Y Nonnegative terms are all members of A249434.

%Y Cf. A000142, A001142, A007318, A249151, A249431, A249432.

%K nonn,more

%O 0,3

%A _Antti Karttunen_, Nov 02 2014

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 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)