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!)
A022396 Fibonacci sequence beginning 1, 26. 0

%I #28 Feb 18 2024 02:01:44

%S 1,26,27,53,80,133,213,346,559,905,1464,2369,3833,6202,10035,16237,

%T 26272,42509,68781,111290,180071,291361,471432,762793,1234225,1997018,

%U 3231243,5228261,8459504,13687765,22147269,35835034,57982303,93817337,151799640,245616977,397416617,643033594

%N Fibonacci sequence beginning 1, 26.

%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.: (1+25*x)/(1-x-x^2). - _Philippe Deléham_, Nov 20 2008

%t Table[Fibonacci[n+2] + 24*Fibonacci[n], {n, 0, 50}] (* _G. C. Greubel_, Mar 01 2018 *)

%t LinearRecurrence[{1,1},{1,26},40] (* _Harvey P. Dale_, Jun 21 2018 *)

%o (PARI) for(n=0, 40, print1(fibonacci(n+2) + 24*fibonacci(n), ", ")) \\ _G. C. Greubel_, Mar 01 2018

%o (Magma) [Fibonacci(n+2) + 24*Fibonacci(n): n in [0..40]]; // _G. C. Greubel_, Mar 01 2018

%K nonn

%O 0,2

%A _N. J. A. Sloane_

%E Terms a(30) onward added by _G. C. Greubel_, Mar 01 2018

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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)