cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A120294 Numerator of determinant of n X n matrix with elements M[j,j] = (i+j)/(i+j-1).

Original entry on oeis.org

2, 5, 1, 17, 13, 37, 1, 1, 41, 101, 61, 29, 1, 197, 113, 257, 1, 1, 181, 401, 1, 97, 53, 577, 313, 677, 73, 157, 421, 1, 1, 1, 109, 89, 613, 1297, 137, 1, 761, 1601
Offset: 1

Views

Author

Alexander Adamchuk, Jul 10 2006

Keywords

Comments

Some a(n) are equal to 1 (for n=3,7,8,13,17,18,21,30,31,32,38..=A002312 Arc-cotangent reducible numbers or non-Stormer numbers). All other a(n) (for n=1,2,4,5,6,9,10,11,14,15,16,19,20,22,23..=A005528 Stormer numbers or arc-cotangent irreducible numbers, largest prime factor of n^2 + 1 is >= 2n.) belong to A005529 - Primitive prime factors of the sequence k^2 + 1 (A002522) in the order that they are found. Matrix M[i,j] = (i+j)/(i+j-1) = 1 + 1/(i+j-1) is a sum of n X n unit matrix and n X n Hilbert Matrix. Denominator of determinant of matrix M[i,j] equals determinant of inverse Hilbert matrix A005249.

Crossrefs

Programs

  • Mathematica
    Numerator[Table[Det[Table[(i+j)/(i+j-1),{i,1,n},{j,1,n}]],{n,1,40}]]

Formula

a(n) = numerator[Det[Table[(i+j)/(i+j-1),{i,1,n},{j,1,n}]]].