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

%I #20 Oct 05 2017 04:13:02

%S 2,28,30,58,88,146,234,380,614,994,1608,2602,4210,6812,11022,17834,

%T 28856,46690,75546,122236,197782,320018,517800,837818,1355618,2193436,

%U 3549054,5742490,9291544,15034034,24325578,39359612,63685190,103044802,166729992,269774794,436504786

%N Fibonacci sequence beginning 2, 28.

%H G. C. Greubel, <a href="/A022376/b022376.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+26*x)/(1-x-x^2). - _Philippe Deléham_, Nov 19 2008

%F a(n) = 2 * A022104(n).

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

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

%Y Cf. A022104.

%K nonn

%O 0,1

%A _N. J. A. Sloane_

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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)