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.
%I A060195 #23 Dec 09 2024 14:54:00 %S A060195 1,24,448,7680,126976,2064384,33292288,534773760,8573157376, %T A060195 137304735744,2197949513728,35175782154240,562881233944576, %U A060195 9006649498927104,144110790029344768,2305807824841605120,36893206672442392576,590293558558891966464,9444714951340780945408 %N A060195 a(n) = 8^(n-1)*(2^n - 1). %H A060195 Harry J. Smith, <a href="/A060195/b060195.txt">Table of n, a(n) for n = 1..100</a> %H A060195 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (24,-128). %F A060195 a(1)=1, a(2)=24, a(n) = 24*a(n-1) - 128*a(n-2). - _Harvey P. Dale_, Oct 20 2014 %F A060195 From _G. C. Greubel_, Aug 01 2024: (Start) %F A060195 a(n) = A000225(n)*A001018(n-1). %F A060195 G.f.: x/((1 - 8*x)*(1 - 16*x)). %F A060195 E.g.f.: (1/4)*exp(12*x)*sinh(4*x). (End) %t A060195 Table[8^(n-1) (2^n-1),{n,20}] (* or *) LinearRecurrence[{24,-128},{1,24},20] (* _Harvey P. Dale_, Oct 20 2014 *) %o A060195 (PARI) { a(n) = 8^(n - 1)*(2^n - 1) } \\ _Harry J. Smith_, Jul 02 2009 %o A060195 (Magma) [8^(n-1)*(2^n-1): n in [1..40]]; // _G. C. Greubel_, Aug 01 2024 %o A060195 (SageMath) [8^(n-1)*(2^n-1) for n in range(1,41)] # _G. C. Greubel_, Aug 01 2024 %Y A060195 Cf. A000225, A001018. %K A060195 nonn,easy %O A060195 1,2 %A A060195 Manish Kumar Gupta (M.Gupta(AT)math.canterbury.ac.nz), Mar 21 2001 %E A060195 More terms from _Jason Earls_ and Larry Reeves (larryr(AT)acm.org), Mar 21 2001