login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118680 Numerator of determinant of n X n matrix with M(i,j) = (i+1)/i if i=j otherwise 1. 4
2, 2, 7, 11, 2, 11, 29, 37, 23, 1, 67, 79, 23, 53, 11, 137, 1, 43, 191, 211, 29, 127, 277, 43, 163, 1, 379, 37, 109, 233, 71, 23, 281, 149, 631, 1, 1, 53, 71, 821, 431, 113, 947, 991, 1, 541, 1129, 107, 613, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Some a(n) are equal to 1 (n=10,17,26,36,37,45..). It appears that all other a(n) are primes congruent to {0, 1, 2, 4} mod 7 - A045373.
LINKS
FORMULA
a(n) = Numerator[Det[ DiagonalMatrix[ Table[ 1/i, {i, 1, n} ] ] + 1 ]].
a(n) = Numerator[ (1 + Sum[ k, {k,1,n} ]) /Product[ k, {k,1,n} ] ]. a(n) = Numerator[ (1 + n(n+1)/2) / n! ].
MATHEMATICA
Numerator[Table[ Det[ DiagonalMatrix[ Table[ 1/i, {i, 1, n} ] ] + 1 ], {n, 1, 80} ]]
Table[Numerator[(1+n(n+1)/2)/n! ], {n, 1, 100}]
CROSSREFS
Cf. A045373.
Sequence in context: A054226 A000024 A005223 * A278457 A094116 A079476
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, May 19 2006, Dec 13 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 21 13:22 EDT 2024. Contains 374474 sequences. (Running on oeis4.)