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!)
A107852 Expansion of -x*(x^2+1)*(x+1)^2/((2*x^3+x^2-1)*(x^4+1)). 6
0, 1, 2, 3, 6, 7, 10, 17, 22, 37, 58, 83, 134, 199, 298, 465, 694, 1061, 1626, 2451, 3750, 5703, 8650, 13201, 20054, 30501, 46458, 70611, 107462, 163527, 248682, 378449, 575734, 875813, 1332634, 2027283, 3084262, 4692551, 7138826, 10861073 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 1baseiforzapseq[(.5i' + .5j' + .5'ki' + .5'kj')*(.5'i + .5'j + .5'ik' + .5'jk')], 1vesforzap = A000004
LINKS
FORMULA
a(n) = 2*A159284(n) - A091337(n).
a(n) = a(n-2) + 2*a(n-3) - a(n-4) + a(n-6) + 2*a(n-7) for n>6. - Colin Barker, Apr 30 2019
PROG
(PARI) a(n)=([0, 1, 0, 0, 0, 0, 0; 0, 0, 1, 0, 0, 0, 0; 0, 0, 0, 1, 0, 0, 0; 0, 0, 0, 0, 1, 0, 0; 0, 0, 0, 0, 0, 1, 0; 0, 0, 0, 0, 0, 0, 1; 2, 1, 0, -1, 2, 1, 0]^n*[0; 1; 2; 3; 6; 7; 10])[1, 1] \\ Charles R Greathouse IV, Oct 03 2016
(PARI) concat(0, Vec(x*(1 + x)^2*(1 + x^2) / ((1 - x^2 - 2*x^3)*(1 + x^4)) + O(x^45))) \\ Colin Barker, Apr 30 2019
CROSSREFS
Sequence in context: A051733 A058632 A086583 * A362286 A050031 A003421
KEYWORD
easy,nonn,changed
AUTHOR
Creighton Dement, May 25 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 March 28 08:12 EDT 2024. Contains 371236 sequences. (Running on oeis4.)