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.

A081908 a(n) = 2^n*(n^2 - n + 8)/8.

This page as a plain text file.
%I A081908 #28 Apr 21 2025 13:22:49
%S A081908 1,2,5,14,40,112,304,800,2048,5120,12544,30208,71680,167936,389120,
%T A081908 892928,2031616,4587520,10289152,22937600,50855936,112197632,
%U A081908 246415360,538968064,1174405120,2550136832,5519704064,11911823360,25635586048
%N A081908 a(n) = 2^n*(n^2 - n + 8)/8.
%C A081908 Binomial transform of A000124 (when this begins 1,1,2,4,7,...).
%C A081908 2nd binomial transform of (1,0,1,0,0,0,...).
%C A081908 Case k=2 where a(n,k) = k^n(n^2 - n + 2k^2)/(2k^2) with g.f. (1 - 2kx + (k^2+1)x^2)/(1-kx)^3.
%H A081908 G. C. Greubel, <a href="/A081908/b081908.txt">Table of n, a(n) for n = 0..1000</a> (terms 0..200 from Vincenzo Librandi)
%H A081908 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (6,-12,8).
%F A081908 G.f.: (1 - 4*x + 5*x^2)/(1-2*x)^3.
%F A081908 a(n) = A000079(n) + (A001788(n) - A001787(n))/2. - _Paul Barry_, May 27 2003
%F A081908 a(n) = Sum_{k=0..n} C(n, k)*(1 + C(k, 2)). - _Paul Barry_, May 27 2003
%F A081908 E.g.f.: (2 + x^2)*exp(2*x)/2. - _G. C. Greubel_, Oct 17 2018
%t A081908 Table[2^n*(n^2-n+8)/8, {n,0,50}] (* or *) LinearRecurrence[{6,-12,8}, {1, 2,5}, 50] (* _G. C. Greubel_, Oct 17 2018 *)
%o A081908 (Magma) [2^n*(n^2-n+8)/8: n in [0..40]]; // _Vincenzo Librandi_, Apr 27 2011
%o A081908 (PARI) a(n)=2^n*(n^2-n+8)/8 \\ _Charles R Greathouse IV_, Oct 07 2015
%Y A081908 Cf. A081909.
%Y A081908 Cf. A000124, A000079, A001788, A001787.
%K A081908 easy,nonn
%O A081908 0,2
%A A081908 _Paul Barry_, Mar 31 2003