Loading [MathJax]/jax/output/HTML-CSS/jax.js

Tuesday, 22 September 2009

Powers of three.... Continue the Pattern

1 --------------------------- = 30
1 + 2------------------------ =31
2 + 3 + 4 ----------------- =32
2 + 3 + 4 + 5 + 6 + 7 ------- =33
5 + 6 + 7 + .... + 13 ------- =34
5 + 6 + 7 + .... + 22 ------- =35
40n=14n=36
67n=14n=37
121n=41n=38

and then???? Can you write a general expression?

From the Mathematical Spectrum, 1983, submitted by L. B. Dutta of Keshabpur, Bangladesh

1 comment:

I. J. Kennedy said...

Start at (3^(n div 2) + 1) / 2, add 3^(n div 2) (n even) or 2*3^(n div 2) (n odd) consecutive integers, and you get 3^n.