login
A067428
Eighth column of triangle A067425.
4
1, 11, 352, 11264, 360448, 11534336, 369098752, 11811160064, 377957122048, 12094627905536, 387028092977152, 12384898975268864, 396316767208603648, 12682136550675316736, 405828369621610135552, 12986507827891524337664
OFFSET
0,2
FORMULA
a(n) = A067425(n+7, 7).
a(n) = 11*(4*8)^(n-1), n > =1, a(0)=1.
G.f.: (1-21*x)/(1-32*x).
MATHEMATICA
LinearRecurrence[{32}, {1, 11}, 20] (* Paolo Xausa, Oct 16 2024 *)
PROG
(Magma) [Ceiling(11*(4*8)^(n-1)): n in [0..20]]; // Vincenzo Librandi, Oct 03 2011
CROSSREFS
Cf. A067427 (seventh column), A067429 (ninth column), A009976 (powers of 32).
Sequence in context: A158788 A012220 A012138 * A171630 A303116 A162019
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Jan 25 2002
STATUS
approved