login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130505 a(n) = 3*a(n-1) if n is odd, otherwise 6 * a(n-1). 1
1, 3, 18, 54, 324, 972, 5832, 17496, 104976, 314928, 1889568, 5668704, 34012224, 102036672 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

[Horadam], a 2 X 2 Hadamard matrix = [N, N; N, -N]. Conjecture: Let such 2 X 2 matrices = H. Exracting upper left terms from the matrices H^n, n=0,1,2; we obtain sequences of the form 1, H,...; then odd indexed k-th terms = N * previous term and even indexed k-th terms = 2N * previous term. Example. N=5, H = [5,5; 5,-5]. The prescribed operation generates (1, 5, 50, 250, 2500, 12500,...). Even powers of H = k(n)*I, where k(n) = k-th term in the sequence and I = identity matrix. Odd powers of H = another Hadamard matrix [k(n),k(n); k(n), -k(n)]. Example using A130505: N=3, H = [3,3; 3,-3]. Then H^4 = [324,0; 0, 324] = a(4)*I since a(4) = 324. But H^3 = [54,54; 54,-54], another Hadamard matrix.

REFERENCES

Horadam, K.J., "Hadamard Matrices and Their Applications", Princeton University Press, 2006.

FORMULA

a(0) = 1; a(n), n>0 = 3*a(n-1) if n is odd. a(n), n even = 6 * a(n-1). Upper left term in M^n where M = the 2 X 2 Hadamard matrix [3, 3; 3, -3].

EXAMPLE

a(3) = 54 = 3 * a(2) = 3 * 18.

a(4) = 324 = 6 * a(3) = 6 * 54.

CROSSREFS

Sequence in context: A064043 A085789 A027334 * A027289 A061317 A190313

Adjacent sequences:  A130502 A130503 A130504 * A130506 A130507 A130508

KEYWORD

nonn

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 01 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.