How Can You Calculate 'c' for Given 'n' in This Number Series?

  • Thread starter Thread starter Big-Daddy
  • Start date Start date
  • Tags Tags
    Series
AI Thread Summary
The discussion focuses on calculating the value of 'c' in relation to 'n' in a specific number series. The initial values provided show a pattern where 'c' varies based on 'n', leading to a proposed formula of c=(n^2/4)+1. The challenge lies in adjusting this formula to account for odd values of 'n', requiring a function that subtracts 0.25 for odd 'n' and adds nothing for even 'n'. A solution was eventually found, suggesting the adjustment can be made using the expression -((1+(-1)^(n+1))/8). The thread concludes with the problem being resolved.
Big-Daddy
Messages
333
Reaction score
1
I hope the title is not too confusing. I couldn't think how to summarize this problem.

If n=2, c=2 (sum of 1+1)
If n=3, c=3 (sum of 1+1+1)
If n=4, c=5 (sum of 1+2+1+1)
If n=5, c=7 (sum of 1+2+2+1+1)
If n=6, c=10 (sum of 1+2+3+2+1+1)

My issue is, what is c in terms of n?

So far I've had an idea:

I could propose c=(n2/4)+1, but now I need some way of removing the extra 0.25 that crops up for all odd values of n. What I need now is a little piece which =-0.25 if n is odd and =0 if n is even.

Since (-1)n=-1 if n is odd and 0n=0, I would appreciate a function b of n such that c=(n2/4)+(b)n*0.25. b would evaluate to -1 if n is odd and 0 if n is even.

Alternatively any solution would be welcomed!

Edit: I've solved it, don't worry. [SOLVED]
 
Last edited:
Mathematics news on Phys.org
Big-Daddy said:
What I need now is a little piece which =-0.25 if n is odd and =0 if n is even.

How about -(\frac{1+(-1)^{n+1}}{8})
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Replies
7
Views
2K
Replies
8
Views
3K
Replies
1
Views
1K
Replies
0
Views
2K
Replies
9
Views
2K
Replies
8
Views
2K
Replies
1
Views
2K
Back
Top