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!)
A022400 Fibonacci sequence beginning 1, 30. 1

%I #28 Feb 18 2024 02:02:04

%S 1,30,31,61,92,153,245,398,643,1041,1684,2725,4409,7134,11543,18677,

%T 30220,48897,79117,128014,207131,335145,542276,877421,1419697,2297118,

%U 3716815,6013933,9730748,15744681,25475429,41220110,66695539,107915649,174611188,282526837,457138025

%N Fibonacci sequence beginning 1, 30.

%H G. C. Greubel, <a href="/A022400/b022400.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.: (1+29*x)/(1-x-x^2). - _Philippe Deléham_, Nov 20 2008

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

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

%o (Magma) [Fibonacci(n+2) + 28*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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)