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!)
A092668 Bisection of A000011. 1
1, 2, 4, 9, 23, 63, 190, 612, 2056, 7155, 25482, 92205, 337594, 1246863, 4636390, 17334801, 65108062, 245492244, 928772650, 3524337980, 13409202676, 51141124287, 195470831356, 748607855769, 2872202028517, 11038251159312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
with(numtheory): b:= proc(n) local s, d; if n = 0 then RETURN(1) else s := 2^(floor(n/2)); for d in divisors(n) do s := s+(phi(2*d)*2^(n/d))/(2*n); od; RETURN(s/2); fi; end: seq(b(2*n-1), n=1..30); # Emeric Deutsch, Feb 13 2006
CROSSREFS
Sequence in context: A001573 A135307 A000083 * A164039 A362549 A014137
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 24 2004
EXTENSIONS
More terms from Emeric Deutsch, Feb 13 2006
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 27 13:14 EDT 2024. Contains 372019 sequences. (Running on oeis4.)