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”).

A275724
Transpose of square array A275723.
2
1, 2, 1, 3, 2, 1, 4, 2, 2, 1, 5, 4, 3, 2, 1, 6, 5, 4, 2, 2, 1, 7, 4, 3, 4, 3, 2, 1, 8, 7, 6, 2, 4, 2, 2, 1, 9, 8, 7, 4, 2, 4, 3, 2, 1, 10, 4, 8, 7, 6, 2, 4, 2, 2, 1, 11, 10, 9, 8, 7, 4, 5, 4, 3, 2, 1, 12, 11, 6, 4, 8, 7, 6, 5, 4, 2, 2, 1, 13, 8, 11, 4, 9, 8, 5, 4, 3, 4, 3, 2, 1, 14, 13, 12, 11, 4, 4, 8, 5, 6, 2, 4, 2, 2, 1, 15, 14, 13, 8, 11, 4, 9, 8, 3, 4, 2, 4, 3, 2, 1
OFFSET
1,2
COMMENTS
See A275723.
FORMULA
a(n) = A275723(A038722(n)). [When A275723 and A275724 are considered as one-dimensional sequences.]
PROG
(Scheme)
(define (A275724 n) (A275723bi (A004736 n) (- (A002260 n) 1))) ;; Code for A275723bi given in A275723.
CROSSREFS
Transpose: A275723.
Sequence in context: A120885 A234575 A294733 * A375025 A193278 A337632
KEYWORD
nonn,base,tabl
AUTHOR
Antti Karttunen, Aug 09 2016
STATUS
approved