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!)
A006043 A traffic light problem: expansion of 2/(1 - 3*x)^3.
(Formerly M2107)
6

%I M2107 #71 Jan 08 2023 02:39:40

%S 2,18,108,540,2430,10206,40824,157464,590490,2165130,7794468,27634932,

%T 96722262,334807830,1147912560,3902902704,13172296626,44165935746,

%U 147219785820,488149816140,1610894393262,5292938720718,17322344904168,56485907296200,183579198712650,594796603828986

%N A traffic light problem: expansion of 2/(1 - 3*x)^3.

%C Column 2 of square array A152818. - _Omar E. Pol_, Jan 05 2009

%C In [Bach et al., Section 9], 2*a(n-2) counts the "small diagrams". - _Eric M. Schmidt_, Sep 23 2017

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Vincenzo Librandi, <a href="/A006043/b006043.txt">Table of n, a(n) for n = 0..1000</a>

%H Eric Bach, Jeremie Dusart, Lisa Hellerstein, and Devorah Kletenik, <a href="https://arxiv.org/abs/1702.04067">Submodular Goal Value of Boolean Functions</a>, arXiv:1702.04067 [cs.DM], 2017.

%H Frank A. Haight, <a href="http://www.jstor.org/stable/2333538">Overflow at a traffic light</a>, Biometrika, 46 (1959), 420-424.

%H Frank A. Haight, <a href="/A001787/a001787_3.pdf">Overflow at a traffic light</a>, Biometrika, 46 (1959), 420-424. (Annotated scanned copy)

%H Frank A. Haight, <a href="/A001787/a001787_2.pdf">Letter to N. J. A. Sloane, n.d.</a>.

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

%F a(n) = (n+2)*(n+1)*3^n. - _Zerinvary Lajos_, Apr 25 2007, corrected by _R. J. Mathar_, Mar 14 2011

%F a(n) = 2*A027472(n+3) = A116138(n+1)/3. - _R. J. Mathar_, Mar 14 2011

%F a(n) = 2*A000217(n+1)*A000244(n). - _Zak Seidov_, Mar 14 2011

%F E.g.f.: exp(3*x)*(2 + 12*x + 9*x^2). - _Stefano Spezia_, Jan 01 2023

%F From _Amiram Eldar_, Jan 08 2023: (Start)

%F Sum_{n>=0} 1/a(n) = 3 - 6*log(3/2).

%F Sum_{n>=0} (-1)^n/a(n) = 12*log(4/3) - 3. (End)

%p seq((n+2)*(n+1)*3^n, n=0..23); # _Zerinvary Lajos_, Apr 25 2007

%t f[n_] := (n + 2) (n + 1) 3^n; Array[f, 22, 0] (* _Robert G. Wilson v_, Mar 15 2011 *)

%t CoefficientList[Series[2/(1 - 3 x)^3, {x, 0, 21}], x] (* _Robert G. Wilson v_, Mar 15 2011 *)

%t LinearRecurrence[{9,-27,27},{2,18,108},30] (* _Harvey P. Dale_, Apr 27 2017 *)

%o (PARI) a(n)=(n+2)*(n+1)*3^n \\ _Charles R Greathouse IV_, Mar 16 2011

%o (Magma)[(n+2)*(n+1)*3^n: n in [0..30]]; // _Vincenzo Librandi_, Aug 15 2011

%Y Cf. A006044, A000142, A152818, A154120. - _Omar E. Pol_, Jan 05 2009

%Y Cf. A000217, A000244, A027472, A116138,

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_, _Simon Plouffe_

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 11 16:27 EDT 2024. Contains 372409 sequences. (Running on oeis4.)