|
|
A352079
|
|
The number of nonnegative integers that have a shortest divisor addition chain of length n.
|
|
2
|
|
|
1, 1, 2, 3, 5, 9, 14, 25, 41, 76, 128, 229, 389, 710, 1238, 2258, 3986, 7211, 13000, 23609, 42839, 78271, 142924, 262541, 481347, 887753, 1637365, 3027681, 5604228, 10397802
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
COMMENTS
|
The number of occurrences of n in A117497.
|
|
LINKS
|
|
|
MAPLE
|
a := 0 ;
for c from 1 to 2^n do
a := a+1 ;
end if;
end do:
end proc:
for n from 0 do
end do:
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|