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!)
A082497 a(0)=0, a(1)=1, a(2n)=2a(n), a(2n+1)=a(n)+a(n-1). 0
0, 1, 2, 1, 4, 3, 2, 3, 8, 5, 6, 7, 4, 5, 6, 5, 16, 11, 10, 13, 12, 11, 14, 13, 8, 11, 10, 9, 12, 11, 10, 11, 32, 21, 22, 27, 20, 21, 26, 23, 24, 25, 22, 23, 28, 25, 26, 27, 16, 21, 22, 19, 20, 21, 18, 19, 24, 21, 22, 23, 20, 21, 22, 21, 64, 43, 42, 53, 44 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) a(n) = if(n<2, n, if(n%2==0, 2*a(n/2), a((n-1)/2)+a((n-3)/2)))
CROSSREFS
Sequence in context: A023141 A283324 A072650 * A242364 A065620 A104895
KEYWORD
nonn
AUTHOR
Ralf Stephan, Apr 29 2003
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.)