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.

A087449 a(n) = n * 4^(n-1) + (2*4^n + 1) / 3.

This page as a plain text file.
%I A087449 #14 Apr 15 2018 12:20:56
%S A087449 1,4,19,91,427,1963,8875,39595,174763,764587,3320491,14330539,
%T A087449 61516459,262843051,1118481067,4742359723,20043180715,84467690155,
%U A087449 355050629803,1488921995947,6230565890731,26021775190699,108485147273899
%N A087449 a(n) = n * 4^(n-1) + (2*4^n + 1) / 3.
%C A087449 Binomial transform of A064017.
%H A087449 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (9,-24,16).
%F A087449 G.f.: (1-5x+7x^2)/((1-x)(1-4x)^2).
%F A087449 a(n) = A002697(n) + A007583(n).
%t A087449 LinearRecurrence[{9,-24,16},{1,4,19},30] (* _Harvey P. Dale_, Apr 15 2018 *)
%o A087449 (PARI) a(n) = my(p4 = 1<<(2*n)); n * p4 / 4 + (2*p4 + 1) / 3 \\ _David A. Corneth_, Apr 15 2018
%Y A087449 Cf. A002697, A007583, A064017.
%K A087449 easy,nonn
%O A087449 0,2
%A A087449 _Paul Barry_, Sep 05 2003
%E A087449 Name clarified by _David A. Corneth_, Apr 15 2018