Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132342
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132342 a(n)=(a(n-1)*a(n-4))-(a(n-2)*a(n-3)), with a(1)=a(2)=a(3)=a(4)=1 +0
1
1, 1, 1, 1, 0, -1, -1, -1, -1, 0, -1, 1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0, 1, -1, -1, 1, 0 (list; graph; listen)
OFFSET

1,1

COMMENT

Becomes cyclic with period 4: {0, 1, -1, -1, 1}. - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Nov 17 2007

MATHEMATICA

a[1] = a[2] = a[3] = a[4] = 1; a[n_] := a[n] = a[n - 1]*a[n - 4] - a[n - 2]*a[n - 3]; Array[a, 105] - Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 09 2007

a = {1, 1, 1, 1}; Do[AppendTo[a, a[[ -1]]*a[[ -4]] - a[[ -2]]*a[[ -3]]], {90}]; a - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Nov 17 2007

CROSSREFS

Sequence in context: A135839 A120529 A099443 this_sequence A106467 A106468 A030317

Adjacent sequences: A132339 A132340 A132341 this_sequence A132343 A132344 A132345

KEYWORD

sign,easy

AUTHOR

Ben Branman (137ben(AT)comcast.net), Nov 08 2007

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 09 2007

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


AT&T Labs Research