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!)
A109359 Expansion of x*(1+x^2+3*x^3+2*x^4+x^5+4*x^6) / ((x^2+1)*(x^2-x+1)*(x-1)^2*(x+1)^2). 1
0, 1, 1, 2, 4, 7, 7, 10, 10, 13, 11, 16, 16, 21, 17, 22, 20, 27, 23, 30, 26, 33, 27, 36, 32, 41, 33, 42, 36, 47, 39, 50, 42, 53, 43, 56, 48, 61, 49, 62, 52, 67, 55, 70, 58, 73, 59, 76, 64, 81, 65, 82, 68, 87, 71, 90, 74, 93, 75, 96, 80, 101, 81, 102, 84, 107, 87, 110, 90, 113, 91 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 4kbaseisumseq[.25'i + .25i' + .5'ij' + .5'ji' + .25'jk' + .25'kj']; sumtype: (Y[15], *, sum)
LINKS
FORMULA
a(n) = a(n-1) - a(n-3) + 2*a(n-4) - a(n-5) + a(n-7) - a(n-8) for n>7. - Colin Barker, May 14 2019
PROG
(PARI) concat(0, Vec(x*(1 + x^2 + 3*x^3 + 2*x^4 + x^5 + 4*x^6) / ((1 - x)^2*(1 + x)^2*(1 - x + x^2)*(1 + x^2)) + O(x^70))) \\ Colin Barker, May 14 2019
CROSSREFS
Sequence in context: A161368 A023978 A152488 * A025087 A291810 A178183
KEYWORD
nonn,easy
AUTHOR
Creighton Dement, Aug 22 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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)