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!)
A107663 a(2n) = 2*4^n-1, a(2n+1) = (2^(n+1)+1)^2; interlaces A083420 with A028400. 2
1, 9, 7, 25, 31, 81, 127, 289, 511, 1089, 2047, 4225, 8191, 16641, 32767, 66049, 131071, 263169, 524287, 1050625, 2097151, 4198401, 8388607, 16785409, 33554431, 67125249, 134217727, 268468225, 536870911, 1073807361, 2147483647 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(2n) = A085903(2n) = A083420(n).
Floretion Algebra Multiplication Program, FAMP Code: 4tesseq[A*B] with A = + .25'i + .25'j + .25'k + .25i' + .25j' + .25k' + .25'ii' + .25'jj' + .25'kk' + .25'ij' + .25'ik' + .25'ji' + .25'jk' + .25'ki' + .25'kj' + .25e and B = + .5'i + .5i' + 'ii' + e [Factor added to formula by Creighton Dement, Dec 11 2009]
LINKS
I. Strazdins, Universal affine classification of Boolean functions, Acta Applic. Math. 46 (1997), 147-167.
FORMULA
G.f.: (-1-8*x+6*x^2+16*x^3) / ((1-2*x)*(x+1)*(2*x^2-1)).
From Colin Barker, May 21 2019: (Start)
a(n) = a(n-1) + 4*a(n-2) - 2*a(n-3) - 4*a(n-4) for n>3.
a(n) = ((-1)^(1+n) + 2^(1+n) + 2^((1+n)/2)*(1+(-1)^(1+n))).
(End)
PROG
(PARI) Vec((1 + 8*x - 6*x^2 - 16*x^3) / ((1 + x)*(1 - 2*x)*(1 - 2*x^2)) + O(x^35)) \\ Colin Barker, May 21 2019
CROSSREFS
Sequence in context: A190995 A186830 A124050 * A298780 A231605 A248307
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, May 19 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 1 08:45 EDT 2024. Contains 373015 sequences. (Running on oeis4.)