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!)
A111665 Expansion of (-1+x+2*x^2+5*x^4+3*x^3) / ((x-1)*(x+1)*(x^2-3*x+1)*(1+x^2)). 3
1, 2, 3, 4, 5, 10, 23, 56, 141, 366, 955, 2496, 6529, 17090, 44739, 117124, 306629, 802762, 2101655, 5502200, 14404941, 37712622, 98732923, 258486144, 676725505, 1771690370, 4638345603, 12143346436, 31791693701, 83231734666, 217903510295 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 4ibaseisumseq[ + .25'i + .25i' + .25'ii' + .25'jj' + .25'kk' + .25'jk' + .25'kj' + .25e], sumtype: Y[15],inty[ * ]
LINKS
FORMULA
a(n) = 3*a(n-1) - a(n-2) + a(n-4) - 3*a(n-5) + a(n-6) for n>5. - Colin Barker, May 13 2019
MATHEMATICA
LinearRecurrence[{3, -1, 0, 1, -3, 1}, {1, 2, 3, 4, 5, 10}, 50] (* Paolo Xausa, Mar 09 2024 *)
PROG
(PARI) Vec((1 - x - 2*x^2 - 3*x^3 - 5*x^4) / ((1 - x)*(1 + x)*(1 - 3*x + x^2)*(1 + x^2)) + O(x^35)) \\ Colin Barker, May 13 2019
CROSSREFS
Sequence in context: A190912 A306108 A282033 * A111666 A080475 A364133
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Aug 14 2005
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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)