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.

A202628 a(n) = (4*n+1)*(2^(4*n+1)+(-1)^n*2^(2*n+1)+1).

This page as a plain text file.
%I A202628 #16 Sep 25 2019 07:44:03
%S A202628 5,125,4905,104845,2236945,43997205,839065625,15568306205,
%T A202628 283472166945,5085221879845,90160039460905,1583296366510125,
%U A202628 27584549361811505,477381553387733045,8214565750925426745,140656423431038828605,2398076730140587458625,40730410912379868020805,689465506509001244803145,11635911013748474608877645
%N A202628 a(n) = (4*n+1)*(2^(4*n+1)+(-1)^n*2^(2*n+1)+1).
%C A202628 A subsequence of one of the columns of the array described in A202624.
%H A202628 David J. Seal, <a href="https://doi.org/10.1017/S0308210500032479">The orders of the Fibonacci groups</a>, Proc. Roy. Soc. Edinburgh, Sect. A 92 (1982), no. 3-4, 181-192.
%H A202628 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (26,-65,-1480,-1040,6656,-4096).
%F A202628 a(0)=5, a(1)=125, a(2)=4905, a(3)=104845, a(4)=2236945, a(5)=43997205, a(n)=26*a(n-1)-65*a(n-2)-1480*a(n-3)-1040*a(n-4)+ 6656*a(n-5)- 4096*a(n-6). - _Harvey P. Dale_, May 23 2014
%F A202628 G.f.: 5*(1-x+396*x^2-1432*x^3+4000*x^4+1536*x^5)/(x-1)^2/(4*x+1)^2/(16*x-1)^2 . - _R. J. Mathar_, Sep 02 2017
%t A202628 Table[(4n+1)(2^(4n+1)+(-1)^n 2^(2n+1)+1),{n,0,20}] (* or *) LinearRecurrence[ {26,-65,-1480,-1040,6656,-4096},{5,125,4905,104845,2236945,43997205},20] (* _Harvey P. Dale_, May 23 2014 *)
%Y A202628 Cf. A202624.
%K A202628 nonn,easy
%O A202628 0,1
%A A202628 _N. J. A. Sloane_, Dec 31 2011