You are not logged in.
Pages: 1
Order the integers from 1 to 37 in a sequence such that the sum of the first n numbers is divisible by the (n+1)th number.
a) If the first integer is 37 and the second integer is 1, how many possible sequences are there?
b) How many possible sequences are there? (in general)
If there is less than 50 sequences for a, please list them for me.
Thanks.
Offline
Interesting problem.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
The number for b is very large
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Yeah, I guessed it.
Have you programmed it and get an answer?
Offline
Actually, I couldn't. It takes forever
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Explain?
Offline
The program is taking too long to produce all the answers. I'll ask bobbym for help
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Okay. Is there a better way to count them?
I mean, there should be a way to compute the number of permutations without listing all those permutations out, right?
Offline
I am not listing out all permutations. I am determining what the possible right most number could be, every time.
FYI, I can calculate upto 20.
Last edited by Agnishom (2015-10-22 18:38:40)
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Pages: 1