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.

A238096 a(n) = Sum_{k=2..n} floor(n/k)*floor((tau(k)+1)/2), where tau = A000005.

This page as a plain text file.
%I A238096 #16 Jun 12 2025 18:47:01
%S A238096 0,1,2,5,6,10,11,16,19,23,24,33,34,38,42,50,51,60,61,70,74,78,79,94,
%T A238096 97,101,106,115,116,129,130,141,145,149,153,172,173,177,181,196,197,
%U A238096 210,211,220,229,233,234,257,260,269,273,282,283,298,302,317,321,325,326,353,354,358,367,382,386,399,400,409,413,426
%N A238096 a(n) = Sum_{k=2..n} floor(n/k)*floor((tau(k)+1)/2), where tau = A000005.
%C A238096 Number of quadratic polynomials with coefficients from {1..n} for which both roots are integers.
%C A238096 A generalization of A006318.
%H A238096 Dorin Andrica and Eugen J. Ionascu, <a href="http://www.emis.de/journals/ASUO/mathematics_/vol22-1/Andrica_D__Ionascu_E.J._nou-1__final_.pdf">On the number of polynomials with coefficients in [n]</a>, An. St. Univ. Ovidius Constanta, Vol. 22(1),2014, 13-23.
%F A238096 G.f.: Sum_{k>=2} Sum_{d|k} x^(k^2/d)/((1 - x^k)*(1 - x)). - _Miles Wilson_, Jun 12 2025
%Y A238096 Cf. A000005, A006318, A238097, A238098.
%K A238096 nonn
%O A238096 1,3
%A A238096 _N. J. A. Sloane_, Feb 22 2014