A229977 Gosper island perimeter (rounded to the nearest integer) after n iterations, let starting perimeter = 1.
1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 7, 8, 10, 11, 12, 14, 16, 18, 20, 23, 26, 30, 34, 38, 43, 49, 56, 63, 72, 81, 92, 105, 119, 134, 152, 173, 196, 222, 252, 286, 324, 367, 416, 472, 535, 607, 688, 780, 885, 1003
Offset: 0
Keywords
Links
- Kival Ngaokrajang, Illustration of initial terms
- Eric Weisstein's World of Mathematics, Gosper Island
Formula
a(n) = round((3/sqrt(7))^n).
Comments