Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081172
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081172 Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) starting with 1,1,0. +0
4
1, 1, 0, 2, 3, 5, 10, 18, 33, 61, 112, 206, 379, 697, 1282, 2358, 4337, 7977, 14672, 26986, 49635, 91293, 167914, 308842, 568049, 1044805, 1921696, 3534550, 6501051, 11957297, 21992898, 40451246, 74401441, 136845585, 251698272, 462945298 (list; graph; listen)
OFFSET

0,4

COMMENT

Completes the set of tribonacci numbers starting with 0's and 1's in the first three terms: 0,0,0 trivial; 0,0,1 A000073; 0,1,0 A001590; 0,1,1 A000073 starting at a(1); 1,0,0 A000073 starting at a(-1); 1,0,1 A001590; 1,1,0 this sequence; 1,1,1 A000213.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,500

FORMULA

G.f.: (-1+2*x^2)/(-1+x+x^2+x^3). a(n)=A000073(n+2)-2*A00073(n). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 27 2009]

PROGRAM

(PARI) { a1=1; a2=1; a3=0; write("b081172.txt", 0, " ", a1); write("b081172.txt", 1, " ", a2); write("b081172.txt", 2, " ", a3); for(n=3, 500, a=a1+a2+a3; a1=a2; a2=a3; a3=a; write("b081172.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Mar 20 2009]

CROSSREFS

Cf. A000073, A000213, A001590.

Sequence in context: A047011 A018163 A117222 this_sequence A030032 A002661 A065053

Adjacent sequences: A081169 A081170 A081171 this_sequence A081173 A081174 A081175

KEYWORD

nonn

AUTHOR

Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 19 2003

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research