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!)
A151783 a(n) = 4^(wt(n) - 1) where wt(n) = A000120(n). 4
1, 1, 4, 1, 4, 4, 16, 1, 4, 4, 16, 4, 16, 16, 64, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64, 64, 256, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64, 64, 256, 4, 16, 16, 64, 16, 64, 64, 256, 16, 64, 64, 256, 64, 256, 256, 1024, 1, 4, 4, 16, 4, 16, 16, 64, 4, 16, 16, 64, 16, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
From Omar E. Pol, Jul 21 2009: (Start)
If written as a triangle:
1;
1,4;
1,4,4,16;
1,4,4,16,4,16,16,64;
1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256;
1,4,4,16,4,16,16,64,4,16,16,64,16,64,64,256,4,16,16,64,16,64,64,256,16,64,...
(End)
PROG
(Python 3.10+)
def A151783(n): return 1<<(n.bit_count()-1<<1) # Chai Wah Wu, Nov 15 2022
CROSSREFS
Cf. A000302, A102376. [Omar E. Pol, Jul 21 2009]
A102376 is a very similar sequence.
Sequence in context: A350639 A347264 A328147 * A258853 A275791 A093561
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 25 2009
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)