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!)
A110061 Expansion of x^2*(-3+4*x)/(1-x^3+x^4). 3
0, 0, -3, 4, 0, -3, 7, -4, -3, 10, -11, 1, 13, -21, 12, 12, -34, 33, 0, -46, 67, -33, -46, 113, -100, -13, 159, -213, 87, 172, -372, 300, 85, -544, 672, -215, -629, 1216, -887, -414, 1845, -2103, 473, 2259, -3948, 2576, 1786, -6207, 6524, -790, -7993, 12731, -7314, -7203, 20724, -20045, 111, 27927, -40769, 20156 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
One of several sequences which appear to "spiral outwards" when plotted against each other (see A110062-64).
LINKS
MAPLE
seriestolist(series(x^2*(-3+4*x)/(1-x^3+x^4), x=0, 30)); -or- 4tesseq[A*B] with A = + .5'i + .5'j + .5'k + .5e and B = - .5'i - .25'j + .25'k - .5i' - .25j' + .25k' - .5'ii' - .25'ij' - .25'ik' - .25'ji' - .25'ki' - .5e
MATHEMATICA
CoefficientList[Series[x^2(-3+4x)/(1-x^3+x^4), {x, 0, 100}], x] (* or *) LinearRecurrence[{0, 0, 1, -1}, {0, 0, -3, 4}, 100] (* Harvey P. Dale, Nov 04 2021 *)
CROSSREFS
Sequence in context: A360533 A346524 A139401 * A363804 A220956 A294967
KEYWORD
easy,sign
AUTHOR
Creighton Dement, Jul 10 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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)