A178937 Partial sums of number of different shapes formed by bending a piece of wire of length n in the plane A066372.
1, 2, 4, 7, 12, 20, 35, 58, 101, 172, 300, 509, 888, 1538, 2683, 4611, 8033, 13941, 24236, 41766, 72504, 125592, 217563, 374757, 648378, 1120243, 1934800, 3328622, 5743517, 9901009, 17061027, 29314809, 50478219, 86859244, 149408560, 256438542, 440869300
Offset: 1
Examples
a(9) = 1 + 1 + 2 + 3 + 5 + 8 + 15 + 23 + 43 = 101 is prime. The next prime is a(15) = 2683.
Programs
-
Mathematica
Cases[Import["https://oeis.org/A066372/b066372.txt", "Table"], {, }][[All, 2]] // Accumulate (* Jean-François Alcover, Feb 22 2020 *)
Extensions
More terms from Nathaniel Johnston, Jan 04 2011
More terms from A066372 by Jean-François Alcover, Feb 22 2020
Comments