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!)
A106632 Expansion of g.f. -(1+27*x^2)/((1+3*x)*(1-2*x+9*x^2)). 1
-1, 1, -25, 49, -1, 529, -1849, 289, -9025, 58081, -38809, 108241, -1560001, 2283121, -525625, 35796289, -95863681, 2666689, -681575449, 3261894769, -1289169025, 9906021841, -94109673529, 99199171681, -84332740801, 2327696411041, -4753075824025, 46970592529, -48635546218561 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Floretion Algebra Multiplication Program, FAMP Code: 1tesseq[A*B] with A = + .5'i - .5'k + .5i' - .5k' - 3'jj' - .5'ij' - .5'ji' - .5'jk' - .5'kj' and B = + .5'i + .5'j + .5i' + .5j' + .5'kk' + .5'ij' + .5'ji' + .5e
REFERENCES
S. Severini, A note on two integer sequences arising from the 3-dimensional hypercube, Technical Report, Department of Computer Science, University of Bristol, Bristol, UK (October 2003).
LINKS
FORMULA
a(n) = (3^(n+1)/2)*(cos((n+1)*arccos(1/3)) + (-1)^(n+1) ).
a(n) = - a(n-1) - 3*a(n-2) - 27*a(n-3), a(0) = -1, a(1) = 1, a(2) = -25.
a(n) = 1/4( p^(n+1) + q^(n+1) ) + (-3)^(n+1)/2 with p = 1 + 2*sqrt(2)i and q = 1 - 2*sqrt(2)i ( i^2 = -1 ).
a(n) = ((-1)^(n+1))*(A087455(n+1))^2; 2*a(n) = A025172(n) + (-3)^(n+1).
MATHEMATICA
CoefficientList[Series[-(1+27x^2)/((1+3x)(1-2x+9x^2)), {x, 0, 40}], x] (* or *) LinearRecurrence[{-1, -3, -27}, {-1, 1, -25}, 40] (* Harvey P. Dale, Oct 03 2014 *)
PROG
(PARI) my(x='x+O('x^40)); Vec(-(1+27*x^2)/((1+3*x)*(1-2*x+9*x^2))) \\ G. C. Greubel, Feb 19 2019
(Magma) m:=40; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( -(1+27*x^2)/((1+3*x)*(1-2*x+9*x^2)) )); // G. C. Greubel, Feb 19 2019
(SageMath) (-(1+27*x^2)/((1+3*x)*(1-2*x+9*x^2))).series(x, 40).coefficients(x, sparse=False) # G. C. Greubel, Feb 19 2019
(GAP) a:=[-1, 1, -25];; for n in [4..40] do a[n]:=-a[n-1]-3*a[n-2] - 27*a[n-3]; od; a; # G. C. Greubel, Feb 19 2019
CROSSREFS
Sequence in context: A154082 A216869 A143278 * A284666 A090093 A004936
KEYWORD
sign,easy
AUTHOR
Creighton Dement, May 11 2005
EXTENSIONS
Edited by Ralf Stephan, Apr 09 2009
Definition corrected by Harvey P. Dale, Oct 03 2014
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)