|
|
A000117
|
|
Number of even sequences with period 2n (bisection of A000011).
(Formerly M1150 N0438)
|
|
3
|
|
|
1, 2, 4, 8, 18, 44, 122, 362, 1162, 3914, 13648, 48734, 176906, 649532, 2405236, 8964800, 33588234, 126390032, 477353376, 1808676326, 6872485104, 26179922024, 99957747388, 382443112538, 1466024067850, 5629516646996, 21651955485304, 83400061453514
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
REFERENCES
|
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
|
|
FORMULA
|
|
|
MATHEMATICA
|
b[0] = 1; b[n_] := (2^Floor[n/2] + (Table[EulerPhi[2d]*2^(n/d)/(2n), {d, Divisors[n]}] // Accumulate // Last))/2; a[n_] := b[2n]; Table[a[n], {n, 0, 30}] (* Jean-François Alcover, Mar 07 2014 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|