Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107376
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107376 a(n) = 7*a(n-1)-7*a(n-3)-a(n-4). +0
1
0, 1, 1, 2, 7, 41, 272, 1853, 12677, 86794, 594315, 4069613, 27867056, 190822393, 1306675145, 8947587010, 61269485263, 419548848433, 2872902154816, 19672481099861, 134709256274733, 922434929990986, 6316464240083059 (list; graph; listen)
OFFSET

0,4

FORMULA

G.f.: x*(1-6*x-5*x^2)/(1-7*x+7*x^3+x^4). [Sep 28 2009]

MATHEMATICA

m = 7 M = {{0, 1, 0, 0}, {0, 0, 1, 0}, {0, 0, 0, 1}, {-1, -m, 0, m}} Expand[Det[M - x*IdentityMatrix[4]]] NSolve[Det[M - x*IdentityMatrix[4]] == 0, x] v[1] = {0, 1, 1, 2}; v[n_] := v[n] = M.v[n - 1]; digits = 50; a = Table[v[n][[1]], {n, 1, digits}]

CROSSREFS

Sequence in context: A006455 A130715 A106871 this_sequence A087804 A006677 A101390

Adjacent sequences: A107373 A107374 A107375 this_sequence A107377 A107378 A107379

KEYWORD

nonn,easy

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 24 2005

EXTENSIONS

Definition replaced by recurrence by the Associate Editors of the OEIS, Sep 28 2009

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