Problem 58946. Count block fountains
A block fountain consists of rows of circles in which each row is a continuous block of circles (i.e., adjacent circles are tangent) and each circle in a row above the first touches exactly two circles on the previous row.
Write a function to compute the number of block fountains with n circles on the first row. For example, there are five block fountains with three circles on the first row.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Remove the small words from a list of words.
1541 Solvers
-
Return elements unique to either input
787 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12854 Solvers
-
Pseudo Square Root (Inspired by Project Euler 266)
53 Solvers
-
81 Solvers
More from this Author311
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!