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!)
A194718 Number of n-ary words beginning with the first character of the alphabet, that can be built by inserting six doublets into the initially empty word. 2

%I #13 Oct 21 2022 21:38:54

%S 0,1,462,7941,48838,185193,530526,1265677,2654646,5060433,8960878,

%T 14964501,23826342,36463801,53972478,77642013,108971926,149687457,

%U 201755406,267399973,349118598,449697801,572229022,720124461,897132918,1107355633,1355262126,1645706037

%N Number of n-ary words beginning with the first character of the alphabet, that can be built by inserting six doublets into the initially empty word.

%H Alois P. Heinz, <a href="/A194718/b194718.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6, -15, 20, -15, 6, -1).

%F G.f.: x*(1+456*x+5184*x^2+8102*x^3+2055*x^4+42*x^5) / (x-1)^6.

%F a(0) = 0, a(n) = 1+(10+(44+(110+(165+132*(n-1))*(n-1))*(n-1))*(n-1)) * (n-1) for n>0.

%e a(1) = 1: aaaaaaaaaaaa (with 1-ary alphabet {a}).

%p a:= n-> `if`(n=0, 0, (x-> 1+(10+(44+(110+(165+132*x)*x)*x)*x)*x)(n-1)):

%p seq(a(n), n=0..30);

%t LinearRecurrence[{6,-15,20,-15,6,-1},{0,1,462,7941,48838,185193,530526},30] (* _Harvey P. Dale_, Oct 23 2015 *)

%Y Row n=6 of A183134.

%K nonn,easy

%O 0,3

%A _Alois P. Heinz_, Sep 02 2011

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 26 15:25 EDT 2024. Contains 372003 sequences. (Running on oeis4.)