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.

A355368 Maximal GCD of six positive integers with sum n.

This page as a plain text file.
%I A355368 #12 Sep 21 2022 07:42:00
%S A355368 1,1,1,1,1,1,2,1,2,1,2,1,3,1,2,3,2,1,4,1,2,3,4,1,5,1,4,3,2,5,6,1,2,3,
%T A355368 5,1,7,1,4,5,2,1,8,7,5,3,4,1,9,5,8,3,2,1,10,1,2,9,8,5,11,1,4,3,10,1,
%U A355368 12,1,2,5,4,11,13,1,10,9,2,1,14,5,2,3,11,1,15,13,4,3,2
%N A355368 Maximal GCD of six positive integers with sum n.
%t A355368 a[n_] := GCD @@@ IntegerPartitions[n, {6}] // Max;
%t A355368 Table[a[n], {n, 6, 100}] (* _Jean-François Alcover_, Sep 21 2022 *)
%Y A355368 Cf. A008881, A355367.
%Y A355368 Maximal GCD of k positive integers with sum n for k = 2..10: A032742 (k=2,n>=2), A355249 (k=3), A355319 (k=4), A355366 (k=5), this sequence (k=6), A355402 (k=7), A354598 (k=8), A354599 (k=9), A354601 (k=10).
%K A355368 nonn
%O A355368 6,7
%A A355368 _Wesley Ivan Hurt_, Jun 29 2022