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.

A285325 Square array A(n,k) = A048675(A285321(n,k)), read by descending antidiagonals: A(1,1), A(1,2), A(2,1), A(1,3), A(2,2), A(3,1), ...

Original entry on oeis.org

1, 2, 2, 3, 4, 3, 4, 4, 6, 4, 5, 8, 5, 8, 5, 6, 6, 12, 5, 10, 6, 7, 8, 7, 16, 6, 12, 7, 8, 8, 10, 9, 20, 6, 14, 8, 9, 16, 9, 10, 8, 24, 7, 16, 9, 10, 10, 24, 9, 12, 10, 28, 7, 18, 10, 11, 12, 11, 32, 11, 14, 9, 32, 7, 20, 11, 12, 12, 18, 17, 40, 10, 12, 11, 36, 8, 22, 12, 13, 16, 13, 14, 12, 48, 10, 14, 13, 40, 8, 24, 13
Offset: 1

Views

Author

Antti Karttunen, Apr 17 2017

Keywords

Examples

			The top left 15x6 corner of the array:
  1,  2, 3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15
  2,  4, 4,  8,  6,  8,  8, 16, 10, 12, 12, 16, 14, 16, 16
  3,  6, 5, 12,  7, 10,  9, 24, 11, 18, 13, 20, 15, 18, 17
  4,  8, 5, 16,  9, 10,  9, 32, 17, 14, 13, 20, 17, 22, 17
  5, 10, 6, 20,  8, 12, 11, 40, 12, 20, 14, 24, 21, 18, 19
  6, 12, 6, 24, 10, 14, 10, 48, 18, 16, 19, 28, 16, 20, 18
		

Crossrefs

Row 1 & column 1: A000027.
Row 2: A285326, Row 3: A285327.

Programs

Formula

A(n,k) = A048675(A285321(n,k)).