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.

A079341 Triangular array read by rows: GCDs of entries in A010940.

This page as a plain text file.
%I A079341 #13 Jul 03 2025 23:36:31
%S A079341 1,1,1,1,1,1,1,1,1,1,1,1,1,24,12,8,6,24,4,24,3,8,24,24,4,276,92,138,
%T A079341 276,92,276,69,92,276,276,92,2024,506,2024,1012,2024,253,2024,2024,
%U A079341 184,92,10626,10626,3542,1518,759,506,1518,966,322,42504,7084,6072,759,2024
%N A079341 Triangular array read by rows: GCDs of entries in A010940.
%H A079341 Sean A. Irvine, <a href="/A079341/b079341.txt">Table of n, a(n) for n = 0..90</a>
%o A079341 (PARI) y=(1-x)^24; for (m=0,12, for (n=m,12,print1(gcd(polcoeff(y,m),polcoeff(y,n))",")))
%Y A079341 Cf. A010940, A079342.
%K A079341 nonn,fini,full,tabl
%O A079341 0,14
%A A079341 _Jon Perry_, Jan 04 2003
%E A079341 Base sequence name changed by _Michel Marcus_ and _Georg Fischer_, Aug 24 2020