Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103749
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103749 Kenyon tile Fibonacci-like sequence. +0
1
0, 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=3,p=2,q=-1,r=1

LINKS

Richard Kenyon, The Construction of Self-Similar Tilings

FORMULA

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

MATHEMATICA

a[0] = 0; a[1] = 1; a[2] = 1; a[n_Integer?Positive] := a[n] = -a[n - 1] - a[n - 2] + 2*a[n - 3]; aa = Table[a[n], {n, 0, 200}] b=Abs[aa]

CROSSREFS

Cf. A073058, A099206.

Sequence in context: A006015 A110292 A138672 this_sequence A103750 A098435 A096294

Adjacent sequences: A103746 A103747 A103748 this_sequence A103750 A103751 A103752

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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research