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!)
A332464 Rule 124 one-dimensional cellular automaton applied for one step to the configuration read from the base-2 expansion of sigma(n), then converted back to decimal. 2
3, 7, 12, 11, 14, 28, 24, 19, 31, 54, 28, 44, 22, 56, 56, 35, 54, 107, 60, 126, 96, 108, 56, 76, 35, 126, 120, 88, 38, 216, 96, 67, 112, 126, 112, 255, 110, 76, 88, 254, 126, 224, 124, 252, 214, 216, 112, 140, 91, 239, 216, 230, 126, 152, 216, 152, 240, 254, 76, 504, 70, 224, 248, 131, 252, 432, 204, 134, 224, 432, 216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A269174(A000203(n)) = A269174(sigma(n)).
PROG
(PARI)
A269174(n) = bitand(bitor(n, n<<1), bitor(bitxor(n, n<<1), bitxor(n, n<<2)));
A332464(n) = A269174(sigma(n));
CROSSREFS
Sequence in context: A082600 A355314 A351103 * A256563 A349888 A243705
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 16 2020
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)