A067427 Seventh column of triangle A067425.
1, 10, 280, 7840, 219520, 6146560, 172103680, 4818903040, 134929285120, 3778019983360, 105784559534080, 2961967666954240, 82935094674718720, 2322182650892124160, 65021114224979476480, 1820591198299425341440
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..600
- Index entries for linear recurrences with constant coefficients, signature (28).
Programs
-
Magma
[Ceiling(10*(4*7)^(n-1)): n in [0..20]]; // Vincenzo Librandi, Oct 03 2011
-
Mathematica
LinearRecurrence[{28}, {1, 10}, 20] (* Paolo Xausa, Oct 16 2024 *)
Comments