cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A067428 Eighth column of triangle A067425.

This page as a plain text file.
%I A067428 #20 Oct 16 2024 09:02:14
%S A067428 1,11,352,11264,360448,11534336,369098752,11811160064,377957122048,
%T A067428 12094627905536,387028092977152,12384898975268864,396316767208603648,
%U A067428 12682136550675316736,405828369621610135552,12986507827891524337664
%N A067428 Eighth column of triangle A067425.
%H A067428 Vincenzo Librandi, <a href="/A067428/b067428.txt">Table of n, a(n) for n = 0..600</a>
%H A067428 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (32).
%F A067428 a(n) = A067425(n+7, 7).
%F A067428 a(n) = 11*(4*8)^(n-1), n > =1, a(0)=1.
%F A067428 G.f.: (1-21*x)/(1-32*x).
%t A067428 LinearRecurrence[{32}, {1, 11}, 20] (* _Paolo Xausa_, Oct 16 2024 *)
%o A067428 (Magma) [Ceiling(11*(4*8)^(n-1)): n in [0..20]]; // _Vincenzo Librandi_, Oct 03 2011
%Y A067428 Cf. A067427 (seventh column), A067429 (ninth column), A009976 (powers of 32).
%K A067428 nonn,easy
%O A067428 0,2
%A A067428 _Wolfdieter Lang_, Jan 25 2002