The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A038508 Expansion of (1-2*x-x^2)/((1-2*x)*(1-2*x+2*x^2)). 2
1, 2, 5, 12, 30, 76, 196, 512, 1352, 3600, 9648, 25984, 70240, 190400, 517184, 1406976, 3831936, 10445056, 28488448, 77735936, 212186624, 579320832, 1581966336, 4320477184, 11800692736, 32233951232 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of (s(0), s(1), ..., s(n+1)) such that 0 < s(i) < 6 and |s(i) - s(i-1)| <= 1 for i = 1,2,...,n+1, s(0) = 1, s(n+1) = 2. - Herbert Kociemba, Jun 17 2004
LINKS
FORMULA
a(n) = (3*2^(n+1) - sqrt(3)*(1-sqrt(3))^(n+1) + sqrt(3)*(1+sqrt(3))^(n+1))/12. - Herbert Kociemba, Jun 17 2004
2*a(n) = 2^n + A002605(n+1). - R. J. Mathar, Sep 11 2019
a(n) = 4*a(n-1)-2*a(n-2)-4*a(n-3). - Wesley Ivan Hurt, May 14 2021
PROG
(PARI) Vec((1-2*x-x^2)/(1-4*x+2*x^2+4*x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
First differences are in A094297.
Cf. A002605.
Sequence in context: A108360 A051163 A051450 * A105695 A244884 A002026
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 May 13 08:41 EDT 2024. Contains 372498 sequences. (Running on oeis4.)