Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060973
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060973 a(2*n+1) = a(n+1)+a(n), a(2*n) = 2*a(n), with a(1)=0 and a(2)=1. +0
4
0, 1, 1, 2, 2, 2, 3, 4, 4, 4, 4, 4, 5, 6, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 10, 11, 12, 13, 14, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32 (list; graph; listen)
OFFSET

1,4

LINKS

R. Stephan, Some divide-and-conquer sequences ...

R. Stephan, Table of generating functions

FORMULA

a(n) = n-A006165(n) = A006165(n)-A053646(n) = (n-A053646(n))/2 [for n>1 ]. If n = 2*2^m+k with 0< = k< = 2^m, then a(n) = 2^m; if n = 3*2^m+k with 0< = k< = 2^m, then a(n) = 2^m+k.

G.f. -x/(1-x) + x/(1-x)^2 * (1 + sum(k>=0, t^2(t-1), t=x^2^k)). - Ralf Stephan (ralf(AT)ark.in-berlin.de), Sep 12 2003

EXAMPLE

a(6)=2*a(3)=2*1=2. a(7)=a(3)+a(4)=1+2=3.

MAPLE

A060973 := proc(n) option remember; if n <= 2 then RETURN(n-1); fi; if n mod 2 = 0 then 2*A060973(n/2) else A060973((n-1)/2)+A060973((n+1)/2); fi; end;

CROSSREFS

Sequence in context: A074829 A060243 A091822 this_sequence A097915 A029131 A162351

Adjacent sequences: A060970 A060971 A060972 this_sequence A060974 A060975 A060976

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), May 09 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research