|
| |
|
|
A006581
|
|
Sum k AND n-k, k = 1 . . n-1.
(Formerly M3225)
|
|
3
| |
|
|
1, 0, 4, 4, 5, 0, 12, 16, 21, 16, 24, 20, 17, 0, 32, 48, 65, 64, 84, 84, 85, 64, 92, 96, 101, 80, 88, 68, 49, 0, 80, 128, 177, 192, 244, 260, 277, 256, 316, 336, 357, 336, 360, 340, 321, 256, 336, 368
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,3
|
|
|
REFERENCES
| Marc LeBrun (mlb(AT)well.com), personal communication.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
FORMULA
| G.f.: 1/(1-x)^2 * sum(k>=0, 2^k*t^2/(1+t)^2, t=x^2^k). - R. Stephan, Feb 12 2003
a(0)=a(1)=0, a(2n) = 2a(n-1)+2a(n)+n, a(2n+1) = 4a(n).
|
|
|
CROSSREFS
| Cf. A090889(n) - A000292(n-2).
Antidiagonal sums of array A003985.
Sequence in context: A159892 A200694 A021696 * A019922 A092171 A179778
Adjacent sequences: A006578 A006579 A006580 * A006582 A006583 A006584
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|