login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)