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!)
A277825 a(n) = A048725(A065621(n)) = A048720(A065621(n),5). 5
5, 10, 27, 20, 57, 54, 39, 40, 125, 114, 99, 108, 65, 78, 95, 80, 245, 250, 235, 228, 201, 198, 215, 216, 141, 130, 147, 156, 177, 190, 175, 160, 485, 490, 507, 500, 473, 470, 455, 456, 413, 402, 387, 396, 417, 430, 447, 432, 277, 282, 267, 260, 297, 294, 311, 312, 365, 354, 371, 380, 337, 350, 335, 320, 965, 970, 987, 980, 1017, 1014, 999, 1000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A048724(A277823(n)) = A048725(A065621(n)).
a(n) = A048720(A065621(n),5).
PROG
(Scheme)
(define (A277825 n) (A048724 (A277823 n)))
(define (A277825 n) (A048720bi (A065621 n) 5)) ;; For A048720bi see the Scheme-program attachment in A048720.
(Python)
def A277825(n): return (m:=n^ (n&~-n)<<1)^m<<2 # Chai Wah Wu, Jun 29 2022
CROSSREFS
Column 3 of A277820, Column 5 of A277320.
Sequence in context: A063478 A128665 A218466 * A054298 A022094 A134129
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Nov 02 2016
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)