A334012 a(n) is the least integer that can be expressed as the sum of one or more consecutive nonzero octagonal numbers in exactly n ways.
1, 1045, 5985
Offset: 1
Examples
From _Seiichi Manyama_, May 16 2021: (Start) Let S(k, m) denote the sum of m octagonal numbers starting from k*(3*k-2). We have a(1) = S(1, 1); a(2) = S(19, 1) = S(1, 10); a(3) = S(45, 1) = S(11, 9) = S(1, 18). (End)
Links
- Eric Weisstein's World of Mathematics, Octagonal Number
- Index to sequences related to polygonal numbers