Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Sep 30 2022 14:37:17
%S 1,15,960,61440,3932160,251658240,16106127360,1030792151040,
%T 65970697666560,4222124650659840,270215977642229760,
%U 17293822569102704640,1106804644422573096960,70835497243044678205440,4533471823554859405148160,290142196707511001929482240,18569100589280704123486863360
%N Eighth column of triangle A067402.
%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (64).
%F a(n) = A067402(n+7, 7).
%F G.f.: (1-49*x)/(1-64*x).
%F E.g.f.: (49 + 15*exp(64*x))/64. - _Stefano Spezia_, Sep 30 2022
%t LinearRecurrence[{64},{1,15},20] (* or *) Join[{1},NestList[64#&,15,20]] (* _Harvey P. Dale_, Aug 25 2016 *)
%Y Cf. A067407 (seventh column), A067409 (ninth column).
%Y Cf. A067402.
%K nonn,easy
%O 0,2
%A _Wolfdieter Lang_, Jan 25 2002
%E Incorrect formula deleted by _Harvey P. Dale_, Aug 25 2016