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!)
A081203 9th binomial transform of (0,1,0,1,0,1,.....), A000035. 6

%I #20 Sep 08 2022 08:45:09

%S 0,1,18,244,2952,33616,368928,3951424,41611392,432891136,4463129088,

%T 45705032704,465640261632,4725122093056,47800976744448,

%U 482407813955584,4859262511644672,48874100093157376,490992800745259008

%N 9th binomial transform of (0,1,0,1,0,1,.....), A000035.

%C Binomial transform of A081202.

%C From _Wolfdieter Lang_, Jul 17 2017: (Start)

%C For a combinatorial interpretation of a(n) with special 10-letter words of length n see the comment in A081200 on the 7-letter analog.

%C The binomial transform of {a(n)}_{n >= 0} is {0, A016190}, the 11-letter analog.

%C (End)

%H Vincenzo Librandi, <a href="/A081203/b081203.txt">Table of n, a(n) for n = 0..200</a>

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

%F a(n) = 18*a(n-1)-80*a(n-2), a(0)=0, a(1)=1.

%F G.f.: x/((1-8*x)*(1-10*x)).

%F a(n) = 10^n/2 - 8^n/2.

%t CoefficientList[Series[x / ((1 - 8 x) (1 - 10 x)), {x, 0, 20}], x] (* _Vincenzo Librandi_, Aug 07 2013 *)

%t LinearRecurrence[{18,-80},{0,1},20] (* _Harvey P. Dale_, Aug 05 2018 *)

%o (Magma) [10^n/2 - 8^n/2: n in [0..25]]; // _Vincenzo Librandi_, Aug 07 2013

%Y Apart from the first term, identical to A016186.

%Y Cf. A000035, A016190, A081202, A081200, A081201, A081202.

%K easy,nonn

%O 0,3

%A _Paul Barry_, Mar 11 2003

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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)