A159928 a(n) is the sum of the terms of row n of triangle A159927.
1, 3, 15, 91, 641, 5147, 46433, 465081, 5121789, 61513799, 800196799, 11208394387, 168193068805, 2691956450679, 45775335405729, 824136306116113, 15661462041469817, 313277888390065739, 6579708440058166031
Offset: 1
Keywords
Programs
-
Magma
S:=[1]; T:=S; s:=1; for m in [2..19] do T:=[ n lt m select T[n]+s else s: n in [1..m] ]; t:=&+T; s+:=t; Append(~S, t); end for; S; // Klaus Brockhaus, Jun 02 2009
Extensions
More terms from Klaus Brockhaus, Jun 02 2009
Comments