login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275731
Transpose of array A275730.
2
0, 0, 0, 2, 1, 0, 2, 0, 1, 0, 4, 1, 2, 1, 0, 4, 0, 3, 2, 1, 0, 6, 1, 4, 3, 2, 1, 0, 6, 6, 5, 4, 3, 2, 1, 0, 8, 7, 0, 5, 4, 3, 2, 1, 0, 8, 6, 1, 6, 5, 4, 3, 2, 1, 0, 10, 7, 2, 7, 6, 5, 4, 3, 2, 1, 0, 10, 6, 3, 8, 7, 6, 5, 4, 3, 2, 1, 0, 12, 7, 4, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 12, 12, 5, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 14, 13, 0, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0
OFFSET
0,4
COMMENTS
See comments and links in A275730.
PROG
(Scheme)
(define (A275731 n) (A275730bi (A025581 n) (A002262 n))) ;; A275730bi given in A275730.
CROSSREFS
Transpose: A275730.
Sequence in context: A374206 A366768 A137696 * A143614 A071412 A080884
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Aug 08 2016
STATUS
approved