login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A278483
Transpose of square array A278482.
3
0, 0, 1, 0, 2, 2, 0, 2, 4, 3, 0, 2, 6, 6, 4, 0, 2, 6, 8, 8, 5, 0, 2, 6, 12, 12, 10, 6, 0, 2, 6, 12, 14, 14, 12, 7, 0, 2, 6, 12, 18, 18, 18, 14, 8, 0, 2, 6, 12, 18, 24, 24, 20, 16, 9, 0, 2, 6, 12, 18, 26, 26, 26, 24, 18, 10, 0, 2, 6, 12, 18, 26, 30, 30, 30, 26, 20, 11, 0, 2, 6, 12, 18, 26, 38, 38, 38, 36, 30, 22, 12
OFFSET
0,5
COMMENTS
See comments in A278482.
PROG
(Scheme) (define (A278483 n) (A278482bi (A025581 n) (A002262 n))) ;; Code for A278482bi given in A278482.
CROSSREFS
Transpose: A278482.
Sequence in context: A372470 A261277 A006462 * A008281 A094671 A354826
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Nov 23 2016
STATUS
approved