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!)
A174191 Expansion of (1+x)*(2*x-1)/((1-x)*(x^2+2*x-1)). 1
1, 2, 3, 6, 13, 30, 71, 170, 409, 986, 2379, 5742, 13861, 33462, 80783, 195026, 470833, 1136690, 2744211, 6625110, 15994429, 38613966, 93222359, 225058682, 543339721, 1311738122, 3166815963, 7645370046, 18457556053, 44560482150, 107578520351 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Pisano period lengths: 1, 2, 8, 4, 12, 8, 6, 8, 24, 12, 24, 8, 28, 6, 24, 16, 16, 24, 40, 12,.. (is this A175181?) - R. J. Mathar, Aug 10 2012
LINKS
FORMULA
a(n) = 2*a(n-1) + a(n-2) - 2, with a(0)=1, a(1)=2.
From R. J. Mathar, Mar 17 2010: (Start)
a(n) = A052937(n-1), n > 0.
a(n) = 3*a(n-1) - a(n-2) - a(n-3). (End)
EXAMPLE
a(2) = 2*a(1) + a(0) - 2 = 2*2 + 1 - 2 = 3
a(3) = 2*a(2) + a(1) - 2 = 2*3 + 2 - 2 = 6.
MATHEMATICA
LinearRecurrence[{3, -1, -1}, {1, 2, 3}, 31] (* Robert P. P. McKone, Apr 03 2022 *)
CROSSREFS
Cf. A174192, A001333 (first differences).
Sequence in context: A124682 A079512 A280746 * A052937 A005554 A316766
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 11 2010
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 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)