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!)
A323507 a(n) = A322827(n) / A322827(floor(n/2)). 4
1, 2, 3, 2, 6, 5, 3, 2, 6, 5, 7, 30, 6, 5, 3, 2, 6, 5, 7, 30, 210, 11, 7, 30, 6, 5, 7, 30, 6, 5, 3, 2, 6, 5, 7, 30, 210, 11, 7, 30, 210, 11, 13, 2310, 210, 11, 7, 30, 6, 5, 7, 30, 210, 11, 7, 30, 6, 5, 7, 30, 6, 5, 3, 2, 6, 5, 7, 30, 210, 11, 7, 30, 210, 11, 13, 2310, 210, 11, 7, 30, 210, 11, 13, 2310, 30030, 17, 13, 2310, 210, 11, 13, 2310 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A322827(n) / A322827(floor(n/2)).
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));
A323507(n) = A322827(n)/A322827(n>>1);
CROSSREFS
Cf. A322827.
Cf. A323503, A323504 (bisections).
Sequence in context: A113710 A286587 A054126 * A144176 A307686 A077418
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 16 08:15 EDT 2024. Contains 371698 sequences. (Running on oeis4.)