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

A276618
Transpose of table A099884.
3
1, 3, 2, 5, 6, 4, 15, 10, 12, 8, 17, 30, 20, 24, 16, 51, 34, 60, 40, 48, 32, 85, 102, 68, 120, 80, 96, 64, 255, 170, 204, 136, 240, 160, 192, 128, 257, 510, 340, 408, 272, 480, 320, 384, 256, 771, 514, 1020, 680, 816, 544, 960, 640, 768, 512, 1285, 1542, 1028, 2040, 1360, 1632, 1088, 1920, 1280, 1536, 1024
OFFSET
0,2
COMMENTS
See A099884.
PROG
(Scheme) (define (A276618 n) (A099884bi (A025581 n) (A002262 n))) ;; Code for A099884bi given in A099884.
CROSSREFS
Transpose: A099884.
Sequence in context: A120912 A057028 A195112 * A293722 A364254 A153152
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Sep 19 2016
STATUS
approved