login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A027561
Number of 4-unbalanced strings of length n (=2^n-A027559(n)).
1
0, 0, 0, 0, 0, 2, 6, 22, 56, 152, 356, 858, 1914, 4334, 9372, 20440, 43280, 92114, 192182, 402246, 830328, 1717496, 3517668, 7214218, 14689994, 29938526, 60697148, 123127224, 248807472, 502963778, 1013829414, 2044098166
OFFSET
0,6
COMMENTS
a(n) is also the number of different ways to fold down a folding yardstick with n sticks (stick length is one) to form an equilateral pentagon with side length one. - Frank Hollstein, May 01 2019
FORMULA
For n>0, a(n) = 2*Fibonacci(n+3) + 2^n + [5(-1)^n - 19]*3^[n/2-1]. - Ralf Stephan, May 13 2004
G.f.: 2*x^5/((1-2*x)*(1-x-x^2)*(1-3*x^2)). [Colin Barker, Sep 20 2012]
MATHEMATICA
CoefficientList[Series[2 x^5/((1 - 2 x) (1 - x - x^2) (1 - 3 x^2)), {x, 0, 40}], x] (* Vincenzo Librandi, Oct 18 2013 *)
LinearRecurrence[{3, 2, -11, 3, 6}, {0, 0, 0, 0, 0, 2}, 40] (* Harvey P. Dale, Oct 12 2019 *)
CROSSREFS
Cf. A027559.
Sequence in context: A212872 A306967 A324913 * A321626 A126171 A228396
KEYWORD
nonn,easy
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 06:55 EDT 2024. Contains 376067 sequences. (Running on oeis4.)