|
Search: id:A100463
|
|
| |
|
| 0, 1, 3, 5, 9, 7, 15, 19, 27, 31, 21, 29, 45, 49, 75, 85, 97, 65, 63, 101, 153, 125, 157, 127, 177, 163, 165, 199, 229, 199, 217, 277, 253, 325, 315, 365, 345, 379, 423, 449, 549, 529, 597, 409, 507, 473, 633, 569, 717, 523, 651, 655, 777, 793, 825, 835, 855, 833
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
MAPLE
|
A100461 := proc(m, n) option rember ; if m = 1 then 2^(n-1) ; else (n-m+1)*floor( (A100461(m-1, n)-1)/(n-m+1) ) ; fi ; end: A100462 := proc(n) A100461(n, n) ; end: A100463 := proc(n) 2^(n-1)-A100462(n) ; end: seq(A100463(n), n=1..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 06 2007
|
|
CROSSREFS
|
Sequence in context: A079427 A081761 A003961 this_sequence A094549 A029642 A079428
Adjacent sequences: A100460 A100461 A100462 this_sequence A100464 A100465 A100466
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
njas, Nov 23 2004
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 06 2007
|
|
|
Search completed in 0.002 seconds
|