A227481 Number of squares in row n of the triangle in A069011.
1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 4, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 2, 3, 1, 1, 1, 3, 1, 2, 1, 2, 3, 1, 1, 4, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 1, 5, 1, 1, 3, 2, 1, 1, 1, 2, 1, 2, 1, 5, 1, 1, 2, 2, 2, 1, 1, 4, 1, 1, 1, 5, 1
Offset: 0
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..1000
Programs
-
Haskell
a227481 = sum . map a010052 . a069011_row
Comments