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!)
A033960 Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), k >= 4. 3

%I #7 Sep 08 2022 08:44:51

%S 3,11,27,56,106,190,329,557,929,1534,2516,4108,6687,10863,17623,28564,

%T 46270,74922,121285,196305,317693,514106,831912,1346136,2178171,

%U 3524435,5702739,9227312,14930194,24157654,39088001

%N Convolution of natural numbers n >= 1 with Fibonacci numbers F(k), k >= 4.

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

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

%F a(n) = Fibonacci(n+8) - (18+5*n).

%F G.F.: (3+2*x)/((1-x-x^2)*(1-x)^2).

%t Table[Fibonacci[n+8] -5*n-18, {n,0,40}] (* _G. C. Greubel_, Jul 05 2019 *)

%o (PARI) vector(40, n, n--; fibonacci(n+8) -5*n-18) \\ _G. C. Greubel_, Jul 05 2019

%o (Magma) [Fibonacci(n+8) -5*n-18: n in [0..40]]; // _G. C. Greubel_, Jul 05 2019

%o (Sage) [fibonacci(n+8) -5*n-18 for n in (0..40)] # _G. C. Greubel_, Jul 05 2019

%o (GAP) List([0..40], n-> Fibonacci(n+8) -5*n-18) # _G. C. Greubel_, Jul 05 2019

%Y Cf. A000045, A001924, A001891, A033937.

%K easy,nonn

%O 0,1

%A _Wolfdieter Lang_

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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)