[go: up one dir, main page]

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!)
A308501 Partial products of odious numbers. 1
1, 1, 2, 8, 56, 448, 4928, 64064, 896896, 14350336, 272656384, 5725784064, 125967249408, 3149181235200, 81878712115200, 2292603939225600, 71070722115993600, 2274263107711795200, 79599208769912832000, 2945170724486774784000, 111916487530497441792000, 4588575988750395113472000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
J.-P. Allouche, The zeta-regularized product of odious numbers, arXiv:1906.10532 [math.NT], 2019.
FORMULA
a(n) = Product_{k=1..n} A000069(k).
MATHEMATICA
Join[{1}, FoldList[Times, Select[Range[0, 50], OddQ[DigitCount[#, 2, 1]]&]]] (* Harvey P. Dale, Aug 09 2024 *)
PROG
(PARI) f(n) = 2*n - 1 - hammingweight(n-1)%2; \\ A000069
a(n) = prod(k=1, n, f(k))
CROSSREFS
Cf. A000069 (odious numbers).
Sequence in context: A291314 A354248 A366267 * A316142 A109618 A201128
KEYWORD
nonn
AUTHOR
Michel Marcus, Jun 26 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 August 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)