Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050935
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050935 a(1)=0, a(2)=0, a(3)=1, a(n+1) = a(n) - a(n-2). +0
10
0, 0, 1, 1, 1, 0, -1, -2, -2, -1, 1, 3, 4, 3, 0, -4, -7, -7, -3, 4, 11, 14, 10, -1, -15, -25, -24, -9, 16, 40, 49, 33, -7, -56, -89, -82, -26, 63, 145, 171, 108, -37, -208, -316, -279, -71, 245, 524, 595, 350, -174, -769, -1119, -945, -176, 943, 1888, 2064, 1121, -767, -2831, -3952 (list; graph; listen)
OFFSET

0,8

REFERENCES

R. Palmaccio, "Average Temperatures Modeled with Complex Numbers", MATHEMATICA AND INFOMATICS QUARTERLY, pp. 9-17 of Vol. 3, No. 1, March 1993.

FORMULA

G.f. : x^2/(1-x+x^3); a(n+2)=sum{k=0..floor(n/3), binomial(n-2k, k)(-1)^k)}. - Paul Barry (pbarry(AT)wit.ie), Oct 20 2004

MAPLE

A050935 := proc(n) option remember; if n <= 1 then 0 elif n = 2 then 1 else A050935(n-1)-A050935(n-3); fi; end;

CROSSREFS

When run backwards this gives a signed version of A000931.

Cf. A099529.

Apart from signs, essentially the same as A078013.

Sequence in context: A047080 A036064 A090706 this_sequence A104769 A078013 A086461

Adjacent sequences: A050932 A050933 A050934 this_sequence A050936 A050937 A050938

KEYWORD

easy,nice,sign

AUTHOR

Richard J. Palmaccio (palmacr(AT)pinecrest.edu), Dec 31 1999

page 1

Search completed in 0.005 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