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!)
A233273 Bisection of A233272: a(n) = A233272(2n+1). 5
2, 4, 7, 8, 12, 13, 15, 16, 21, 22, 24, 25, 28, 29, 31, 32, 38, 39, 41, 42, 45, 46, 48, 49, 53, 54, 56, 57, 60, 61, 63, 64, 71, 72, 74, 75, 78, 79, 81, 82, 86, 87, 89, 90, 93, 94, 96, 97, 102, 103, 105, 106, 109, 110, 112, 113, 117, 118, 120, 121, 124, 125, 127 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A233272(2n+1) = A233272(A005408(n)).
a(n) = A120511(n+1) + 1 = A005408(n) + A080791(n) + 1.
MATHEMATICA
DigitCount[#, 2, 0] + # + 1 & [Range[1, 200, 2]] (* Paolo Xausa, Mar 01 2024 *)
PROG
(Scheme)
(define (A233273 n) (A233272 (A005408 n)))
;; Alternative version:
(define (A233273 n) (+ 1 (A005408 n) (A080791 n)))
CROSSREFS
a(n) = One more than A120511(n+1).
Cf. also A233272, A005408.
Sequence in context: A085262 A344155 A344953 * A270200 A186543 A187346
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 12 2013
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 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)