Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124266
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124266 Variant sequence generated by solving the order n x n linear problem [H]x = b where b is the unit vector and the sequence term is given by the denominator of the last unknown xn. +0
1
1, 1, 1, 3, 6, 10, 150, 525, 980, 24696, 740880, 2910600, 82328400, 168185160, 1870592724 (list; graph; listen)
OFFSET

1,4

FORMULA

[H] is defined by hilbertWarrenA1[i,j]:=(1-j+i)/(-1+j+i) where numbering starts at 1.

PROGRAM

HilbertWarren(fun, order) := ( Unity[i, j] := 1, A : genmatrix(fun, order, order), B : genmatrix(Unity, 1, order), App : invert(triangularize(A)), Xp : App . B, 1/Xp[order] ); findWarrenSequenceTerms(fun, a, b) := ( L : append(), for order: a next order+1 through b do L: cons(first(HilbertWarren(fun, order)), L), S : reverse(L) ); k : 15; hilbert[i, j] := 1/(i + j - 1); findWarrenSequenceTerms(hilbert, 1, k); hilbertA0[i, j] := (i + j + 0)/(i + j - 1); /* sum 1 */ findWarrenSequenceTerms(hilbertA0, 1, k); hilbertA1[i, j] := (i + j + 1)/(i + j - 1); /* sum 2: there are lots of these, increment numerator */ findWarrenSequenceTerms(hilbertA1, 1, k); hilbertD1[i, j] := (i - j + 1)/(i + j - 1); /* difference 1 */ findWarrenSequenceTerms(hilbertD1, 1, k); hilbertP1[i, j] := (i * j + 0)/(i + j - 1); /* product 1 */ findWarrenSequenceTerms(hilbertP1, 1, k); hilbertQ1[i, j] := (i / j)/(i + j - 1); /* quotient 1 */ findWarrenSequenceTerms(hilbertQ1, 1, k);

CROSSREFS

Adjacent sequences: A124263 A124264 A124265 this_sequence A124267 A124268 A124269

Sequence in context: A071299 A061380 A125567 this_sequence A137941 A077170 A079801

KEYWORD

eigen,frac,hard,nonn

AUTHOR

L. Van Warren (van(AT)wdv.com), Oct 23 2006

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 October 7 08:31 EDT 2008. Contains 144667 sequences.


AT&T Labs Research