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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120494 A vector group determinant sequence in which the next element is made by a sum of the older elements over a vector like 2 X 2 matrix group. 0
1, 1, 2, 3, 5, 13, 139, 19136, 366167031, 134078294225149313, 17976988982325707481237962186849833, 323172132870659875927245721269598505772051876540063951439000722587455 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

This sequence type gets very large very fast.

FORMULA

s[1] = {{1, 0}, {0, 1}}; s[2] = {{1, 0}, {0, -1}}; s[3] = {{0, 1}, {1, 0}}; s[4] = {{0, 1}, {-1, 0}}; a[0] = {0, 1, 1, 2}; a[1] = {1, 1, 2, 3}; a[n_] := a[n] = {a[n - 1][[2]], a[n - 1][[3]], a[n - 1][[4]], Det[Sum[a[n - 1][[i]]*s[i], {i, 1, 4}]]} a(n)=a[n][[1]]

MATHEMATICA

s[1] = {{1, 0}, {0, 1}}; s[2] = {{1, 0}, {0, -1}}; s[3] = {{0, 1}, {1, 0}}; s[4] = {{0, 1}, {-1, 0}}; a[0] = {0, 1, 1, 2}; a[1] = {1, 1, 2, 3}; a[n_] := a[n] = {a[n - 1][[2]], a[n - 1][[3]], a[n - 1][[4]], Det[Sum[a[n - 1][[i]]*s[i], {i, 1, 4}]]} Table[a[n][[1]], {n, 1, 15}]

CROSSREFS

Sequence in context: A005478 A117740 A041047 * A164825 A038601 A114747

Adjacent sequences:  A120491 A120492 A120493 * A120495 A120496 A120497

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Aug 06 2006

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 17 02:08 EST 2012. Contains 205978 sequences.