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.

A155629 a(n) = 8^n - 4^n + 1.

This page as a plain text file.
%I A155629 #26 Jul 30 2024 06:00:43
%S A155629 1,5,49,449,3841,31745,258049,2080769,16711681,133955585,1072693249,
%T A155629 8585740289,68702699521,549688705025,4397778075649,35183298347009,
%U A155629 281470681743361,2251782633816065,18014329790005249,144114913197948929,1152920405095219201,9223367638808264705
%N A155629 a(n) = 8^n - 4^n + 1.
%H A155629 Paolo Xausa, <a href="/A155629/b155629.txt">Table of n, a(n) for n = 0..1000</a>
%H A155629 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (13,-44,32).
%F A155629 G.f.: 1/(1-8*x)-1/(1-4*x)+1/(1-x).
%F A155629 E.g.f.: exp(8*x)-exp(4*x)+exp(x).
%F A155629 a(n) = 12*a(n-1)-32*a(n-2)+21 with a(0) = 1, a(1) = 5. - _Vincenzo Librandi_, Jul 21 2010
%t A155629 Table[8^n - 4^n + 1, {n, 0, 25}] (* _Paolo Xausa_, Jul 30 2024 *)
%o A155629 (PARI) a(n)=8^n-4^n+1 \\ _Charles R Greathouse IV_, Sep 24 2015
%Y A155629 Cf. A155596, A155597, A155598, A155599, A155600, A155601, A155622, A155623, A155624, A155625, A155626, A155627, A155628.
%K A155629 nonn,easy
%O A155629 0,2
%A A155629 _Mohammad K. Azarian_, Jan 30 2009