(Python) for n in range(0, 100): print(int(3*n**2 + 2*n + 1), end=' , ') # Stefano Spezia, Oct 16 2018
proposed
editing
(Python) for n in range(0, 100): print(int(3*n**2 + 2*n + 1), end=' , ') # Stefano Spezia, Oct 16 2018
proposed
editing
editing
proposed
(Python) for n in range(0, 100): print(int(3*n**2 + 2*n + 1), end=' ') # Stefano Spezia, 16 Oct 16 2018
(Python) print([3*n**2+2*n+1 for n in range(0, 100)]: print(int(3*n**2 + 2*n + 1), end=' ') # Stefano Spezia, 16 Oct 16 2018
proposed
editing
editing
proposed
(Python) print([3*n**2+2*n+1 for n in range(0, 100): print(int(3*n**2 + 2*n + 1), end=' ']) # Stefano Spezia, Oct 16 2018
proposed
editing
editing
proposed
H. Henry Bottomley, <a href="/A003215/a003215.gif">Illustration of initial terms</a>
proposed
editing
editing
proposed
<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).
<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).