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!)
A022375 Fibonacci sequence beginning 2, 26. 2

%I #22 Oct 05 2017 16:03:21

%S 2,26,28,54,82,136,218,354,572,926,1498,2424,3922,6346,10268,16614,

%T 26882,43496,70378,113874,184252,298126,482378,780504,1262882,2043386,

%U 3306268,5349654,8655922,14005576,22661498,36667074,59328572,95995646,155324218,251319864,406644082,657963946

%N Fibonacci sequence beginning 2, 26.

%H G. C. Greubel, <a href="/A022375/b022375.txt">Table of n, a(n) for n = 0..1000</a>

%H Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>

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

%F G.f.: 2*(1+12*x)/(1-x-x^2). - _Philippe Deléham_, Nov 19 2008

%F Equals 2*A022103(n). - _Bruno Berselli_, Oct 05 2017

%t LinearRecurrence[{1,1}, {2,26}, 50] (* _G. C. Greubel_, Oct 04 2017 *)

%o (PARI) x='x+O('x^50); Vec((2+24*x)/(1-x-x^2)) \\ _G. C. Greubel_, Oct 04 2017

%K nonn

%O 0,1

%A _N. J. A. Sloane_

%E Terms a(30) onward added by _G. C. Greubel_, Oct 04 2017

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 April 20 05:25 EDT 2024. Contains 371798 sequences. (Running on oeis4.)