Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103750
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103750 Kenyon tile Fibonacci-like sequence fourth power. +0
1
1, 1, 1, 2, 3, 1, 8, 13, 3, 26, 55, 35, 72, 217, 215, 146, 795, 1079, 8, 2677, 4827, 2134, 8047, 19835, 16056, 19873, 75599, 87838, 27507, 266543, 414712, 93155, 854643, 1777222, 1108889, 2377619, 7040952, 6881111, 4915079, 25878094, 34725237 (list; graph; listen)
OFFSET

0,4

COMMENT

x^n-p*x^(n-1)+q*x+r=0 n=4,p=2,q=-1,r=-1

LINKS

Richard Kenyon, The Construction of Self-Similar Tilings

FORMULA

b[n]=b[n-1]-b[n-3]+2*b[n-4] a(n)=Abs[b[n]]

MATHEMATICA

(* derivation from Kenyon's equations*) r = -1; p = 2; q = -1; M = {{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {-r, 0, q, p}} Det[M - x*IdentityMatrix[4]] NSolve[Det[M - x*IdentityMatrix[4]] == 0, x] M.{a[n - 1], a[n - 2], a[n - 3], a[n - 4]} (* sequence*) a[0] = 1; a[1] = 1; a[2] = 1; a[n_Integer?Positive] := a[n] = 2* a[ -4 + n] - a[ -3 + n] + a[ -1 + n]; aa = Table[a[n], {n, 0, 200}] b=Abs[aa]

CROSSREFS

Cf. A073058, A099206.

Sequence in context: A110292 A138672 A103749 this_sequence A098435 A096294 A135950

Adjacent sequences: A103747 A103748 A103749 this_sequence A103751 A103752 A103753

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Mar 28 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research