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

A265911
One-based column index to array A265345.
6
1, 1, 2, 1, 4, 2, 3, 1, 5, 3, 10, 2, 7, 8, 11, 1, 13, 5, 8, 3, 6, 4, 20, 2, 9, 7, 14, 4, 28, 6, 19, 1, 29, 20, 37, 5, 22, 23, 12, 3, 58, 17, 25, 10, 38, 9, 31, 2, 16, 26, 32, 7, 40, 14, 23, 4, 17, 10, 65, 6, 24, 19, 15, 1, 56, 11, 21, 9, 47, 13, 59, 5, 26, 22, 18, 8, 74, 12, 27, 3, 41
OFFSET
1,3
LINKS
FORMULA
a(n) = 1 + A265910(n).
PROG
(Scheme) (define (A265911 n) (+ 1 (A265910 n)))
CROSSREFS
One more than A265910.
Cf. A265345.
Sequence in context: A338654 A130584 A339046 * A363893 A078458 A033317
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 18 2015
STATUS
approved