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.

A350394 Largest degree of x with the largest coefficient in Product_{k=1..n} (1 + x^k).

This page as a plain text file.
%I A350394 #8 Dec 30 2021 14:11:54
%S A350394 0,1,3,3,7,10,12,16,18,24,28,33,39,46,53,60,68,77,86,95,105,116,127,
%T A350394 138,150,163,176,189,203,218,233,248,264,281,298,315,333,352,371,390,
%U A350394 410,431,452,473,495,518,541,564,588,613,638,663,689,716,743,770,798,827,856,885,915,946,977
%N A350394 Largest degree of x with the largest coefficient in Product_{k=1..n} (1 + x^k).
%C A350394 Apparently, a(n) = A054925(n+1) for n >= 10. - _Hugo Pfoertner_, Dec 30 2021
%o A350394 (PARI) { A350394(n) = my(v,t,x='x); v = Vec(prod(k=1,n,1+x^k)); vecmax(v,&t); #v-t; }
%Y A350394 Cf. A025591 (largest coefficient), A350393 (smallest degree of x), A350395, A350396.
%Y A350394 Cf. A054925.
%K A350394 nonn
%O A350394 0,3
%A A350394 _Max Alekseyev_, Dec 28 2021