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

Home > Numbers
A Limit of Sum Expressions (Posted on 2023-11-16) Difficulty: 3 of 5
Define F(n) as the number of ways to express a natural number n as a sum of 1's and 2's. Order matters.
Example F(4)=5 from 4 = 1+1+1+1 = 2+1+1 = 1+2+1 = 1+1+2 = 2+2.

Define G(n) as the number of ways to express a natural number n as a sum of odd natural numbers. Order matters.
Example G(4)=3 from 4 = 1+1+1+1 = 1+3 = 3+1

Evaluate the limit of F(n)/G(n) as n goes to infinity.

No Solution Yet Submitted by Brian Smith    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Well known result (spoiler) | Comment 1 of 2
It is a fun thing to prove with middle schoolers but both sequences lead to the Fibonacci numbers f(n), but offset by 1 term.

F(n) = f(n+1)
G(n) = f(n)

And of course f(n+1)/f(n) goes to the golden ratio as n goes to infinity.

  Posted by Jer on 2023-11-16 08:50:35
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