The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A356397 a(n) is the product of the terms in the n-th row of triangle A343835; a(0) = 1. 1
1, 1, 2, 3, 4, 4, 6, 7, 8, 8, 16, 24, 12, 12, 14, 15, 16, 16, 32, 48, 64, 64, 96, 112, 24, 24, 48, 72, 28, 28, 30, 31, 32, 32, 64, 96, 128, 128, 192, 224, 256, 256, 512, 768, 384, 384, 448, 480, 48, 48, 96, 144, 192, 192, 288, 336, 56, 56, 112, 168, 60, 60, 62 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(2*n) = a(n) * A277561(n).
a(n) = n iff n belongs to A023758 \ {0}.
A246674(n) divides a(n).
EXAMPLE
For n = 11:
- row 11 of A343835 is (8, 3),
- so a(11) = 8 * 3 = 24.
PROG
(PARI) a(n) = { my (v=1); while (n, my (z=valuation(n, 2), o=valuation(n/2^z+1, 2), r=(2^o-1)*2^z); n-=r; v*=r); v }
CROSSREFS
Sequence in context: A092601 A353705 A162906 * A350656 A100476 A290083
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Aug 05 2022
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)