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!)
A260022 A bisection of A006921. 3
1, 3, 7, 13, 29, 55, 115, 209, 465, 883, 1847, 3357, 7437, 14087, 29443, 53505, 119041, 226051, 472839, 859405, 1903901, 3606327, 7537523, 13697489, 30474449, 57868403, 121045047, 220004381, 487391245, 923205639, 1929576451, 3506503681, 7801470977, 14814478339, 30987976711, 56321966093 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A006921(2*n).
PROG
(Haskell)
a260022 = a006921 . (* 2) -- Reinhard Zumkeller, Jul 14 2015
(Python)
def A260022(n): return sum(int(not r & ~(2*n-r))*2**(n-r) for r in range(n+1)) # Chai Wah Wu, Jun 20 2022
CROSSREFS
Sequence in context: A284401 A284542 A283323 * A134270 A091565 A025249
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 14 2015
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)