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.

A127853 Numbers n such that A118680(n) = 1.

This page as a plain text file.
%I A127853 #2 Mar 31 2012 13:20:34
%S A127853 10,17,26,36,37,45,50,59,61,65,67,78,82,90,91,94,101,102,105,108,110,
%T A127853 122,136,138,145,147,149,153,155,165,170,173,181,183,188,189,193,197,
%U A127853 210,213,220,224,226,231,232,239,249,250,257,262,263,266,268,276,279
%N A127853 Numbers n such that A118680(n) = 1.
%C A127853 Also a(n) are the numbers n such that 1 + Sum[ k, {k,1,n} ] = 1 + n(n+1)/2 divides Product[ k, {k,1,n} ] = n!. A118680[ a(n) ] = 1, where A118680(n) = {2, 2, 7, 11, 2, 11, 29, 37, 23, 1, 67, 79, 23, 53, 11, 137, 1, ...} = Absolute value of numerator of determinant of n X n matrix with M(i,j) = (i+1)/i if i=j otherwise 1. A118680(n) = Numerator[ (1 + n(n+1)/2) / n! ].
%t A127853 Select[Range[1000],Numerator[(1 + #(#+1)/2)/#! ]==1&]
%Y A127853 Cf. A118680, A118679, A127852.
%K A127853 nonn
%O A127853 1,1
%A A127853 _Alexander Adamchuk_, Feb 03 2007