All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Non-divisibility of factorials (Posted on 2024-10-16) Difficulty: 3 of 5
For what values of n is

(n2-1)!

not divisible by

(n!)n ?

No Solution Yet Submitted by Jer    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts exploration as far as possible | Comment 1 of 2
clc
for n=sym(1:31)
  a=factorial(n^2-1);
  b=factorial(n)^n;
  if mod(a,b)>0
    fprintf('%d,',n)
  end
  % disp(' ')
end

finds

2,3,4,5,7,11,13,17,19,23,29,31

Going beyond n=31 goes outside Matlab's factorial capability.

The OEIS identifies the sequence as

A175787, the primes together with 4.


  Posted by Charlie on 2024-10-16 18:05:31
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information