The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138200 a(n) = (14^(2*n+1) + 3^(2*n+1)) / 17. 1

%I #15 Sep 08 2022 08:45:33

%S 1,163,31651,6200923,1215356851,238209726283,46689104402851,

%T 9151064445421243,1793608631144725651,351547291702945685803,

%U 68903269173764569541251,13505040758057740566199963

%N a(n) = (14^(2*n+1) + 3^(2*n+1)) / 17.

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (205, -1764).

%F a(n+1) = 9*a(n) + 11*14^(2*n+1), a(0) = 1.

%F O.g.f.: (14/(1-196x) + 3/(1-9x))/17. - _R. J. Mathar_, Mar 07 2008

%F a(n) = 205*a(n-1) - 1764*a(n-2), with a(0)=1, a(1)=163. - _Harvey P. Dale_, Jul 19 2013

%t Table[(14^(2n+1)+3^(2n+1))/17,{n,0,20}] (* or *) LinearRecurrence[ {205,-1764},{1,163},20] (* _Harvey P. Dale_, Jul 19 2013 *)

%o (Magma) [(14^(2*n+1)+3^(2*n+1))/17: n in [0..50]]; // _Vincenzo Librandi_, Dec 27 2010

%Y a(n) = A138199(n)/17.

%K nonn

%O 0,2

%A _Reinhard Zumkeller_, Mar 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 9 00:14 EDT 2024. Contains 373227 sequences. (Running on oeis4.)