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!)
A155455 a(n) = 5*a(n-1)+16*a(n-2), n>1 ; a(0)=0, a(1)=1. 0

%I #28 Jan 29 2024 08:54:32

%S 0,1,5,41,285,2081,14965,108121,780045,5630161,40631525,293240201,

%T 2116305405,15273370241,110227737685,795512612281,5741206864365,

%U 41434236118321,299030490421445,2158100230000361,15574988996744925,112404548663730401,811222567266570805

%N a(n) = 5*a(n-1)+16*a(n-2), n>1 ; a(0)=0, a(1)=1.

%C a(n+1) for n >= 0 is the number of compositions (ordered partitions) of n into parts 1 of 5 sorts and parts 2 of 16 sorts. - _Joerg Arndt_, Jan 29 2024

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

%F G.f.: x/(1-5*x-16*x^2).

%t LinearRecurrence[{5, 16}, {0, 1}, 25] (* _Paolo Xausa_, Jan 29 2024 *)

%Y Cf. A015568 (binomial transform).

%K nonn,easy

%O 0,3

%A _Philippe Deléham_, Jan 22 2009

%E Regularized: a(0) set to 0. - _R. J. Mathar_, Apr 01 2011

%E a(21)-a(22) from _Paolo Xausa_, Jan 29 2024

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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)