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!)
A030435 Expansion of g.f. (1 + x - 2*x^2 - x^3)/(1/2 - 2*x^2 + x^4). 2
2, 2, 4, 6, 12, 20, 40, 68, 136, 232, 464, 792, 1584, 2704, 5408, 9232, 18464, 31520, 63040, 107616, 215232, 367424, 734848, 1254464, 2508928, 4283008, 8566016, 14623104, 29246208, 49926400, 99852800, 170459392, 340918784, 581984768, 1163969536, 1987020288 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Also (starting 4,6,...) the number of zig-zag paths from top to bottom of a rectangle of width 7, whose color is that of the top right corner. - Joseph Myers, Dec 24 2008
LINKS
FORMULA
E.g.f.: cosh(r*x) + cosh(s*x) + (r*sinh(r*x) + s*sinh(s*x))/2, where r = sqrt(2 - sqrt(2)) and s = sqrt(2 + sqrt(2)). - Stefano Spezia, Jun 14 2023
MATHEMATICA
CoefficientList[Series[(1+x-2*x^2-x^3)/(1/2-2*x^2+x^4), {x, 0, 40}], x] (* Harvey P. Dale, Oct 05 2020 *)
PROG
(PARI) Vec((1+x-2*x^2-x^3)/(1/2-2*x^2+x^4)+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
Twice A030436.
Sequence in context: A037163 A059123 A001679 * A063886 A003000 A216957
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

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 March 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)