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.

Original entry on oeis.org

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, 24, 24, 48, 24, 48, 48, 96, 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, 48, 48, 96, 48, 96, 96, 192, 6, 12, 12, 24, 12, 24, 24, 48
Offset: 0

Views

Author

Omar E. Pol, May 25 2009

Keywords

Examples

			From _Omar E. Pol_, Aug 09 2009: (Start)
If written as a triangle:
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,24,24,48,24,48,48,96;
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,...
(End)
		

Crossrefs

Cf. A001316.

Programs

  • Maple
    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

Extensions

More terms from R. J. Mathar, Jul 13 2009