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.

A160713 3 times numbers of Gould's sequence: a(n) = A001316(n)*3.

This page as a plain text file.
%I A160713 #7 Feb 27 2019 01:18:10
%S A160713 3,6,6,12,6,12,12,24,6,12,12,24,12,24,24,48,6,12,12,24,12,24,24,48,12,
%T A160713 24,24,48,24,48,48,96,6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96,
%U A160713 12,24,24,48,24,48,48,96,24,48,48,96,48,96,96,192,6,12,12,24,12,24,24,48
%N A160713 3 times numbers of Gould's sequence: a(n) = A001316(n)*3.
%e A160713 From _Omar E. Pol_, Aug 09 2009: (Start)
%e A160713 If written as a triangle:
%e A160713 3;
%e A160713 6;
%e A160713 6,12;
%e A160713 6,12,12,24;
%e A160713 6,12,12,24,12,24,24,48;
%e A160713 6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96;
%e A160713 6,12,12,24,12,24,24,48,12,24,24,48,24,48,48,96,12,24,24,48,24,48,48,96,24,...
%e A160713 (End)
%p A160713 read("transforms3") ; L := BFILETOLIST("b001316.txt") ; for n from 1 to 120 do printf("%d,",3*op(n,L)) ; od: # _R. J. Mathar_, Jul 13 2009
%Y A160713 Cf. A001316.
%K A160713 nonn
%O A160713 0,1
%A A160713 _Omar E. Pol_, May 25 2009
%E A160713 More terms from _R. J. Mathar_, Jul 13 2009