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

A323504
a(n) = A322827(2n+1) / A322827(n).
4
2, 2, 5, 2, 5, 30, 5, 2, 5, 30, 11, 30, 5, 30, 5, 2, 5, 30, 11, 30, 11, 2310, 11, 30, 5, 30, 11, 30, 5, 30, 5, 2, 5, 30, 11, 30, 11, 2310, 11, 30, 11, 2310, 17, 2310, 11, 2310, 11, 30, 5, 30, 11, 30, 11, 2310, 11, 30, 5, 30, 11, 30, 5, 30, 5, 2, 5, 30, 11, 30, 11, 2310, 11, 30, 11, 2310, 17, 2310, 11, 2310, 11, 30, 11, 2310, 17, 2310, 17
OFFSET
0,1
LINKS
FORMULA
a(n) = A322827(2n+1) / A322827(n).
PROG
(PARI)
A322827(n) = if(!n, 1, my(bits = Vecrev(binary(n)), rl=1, o = List([])); for(i=2, #bits, if(bits[i]==bits[i-1], rl++, listput(o, rl))); listput(o, rl); my(es=Vecrev(Vec(o)), m=1); for(i=1, #es, m *= prime(i)^es[i]); (m));
A323504(n) = A322827(n+n+1)/A322827(n);
CROSSREFS
Bisection of A323507.
Sequence in context: A093660 A093663 A319895 * A011143 A240081 A305791
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 17 2019
STATUS
approved