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!)
A152536 a(n) = Sum_{k=0..binomial(n,2)} (-1)^k*A152534(n,k). 2
1, 1, 1, 2, 3, 6, 10, 23, 47, 110, 246, 617, 1602, 4035, 11481, 29927, 95503, 249926, 871030, 2316317, 8879558, 23674841, 98329551, 264329177, 1191578522, 3207278255, 15543026747, 42011308653, 218668538441, 591460307157, 3285749117475, 8905905152798, 52700813279423 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MAPLE
A152536 := proc(n)
add( (-1)^k*A152534(n, k), k=0..binomial(n, 2)) ;
end proc: # R. J. Mathar, Jun 15 2013
CROSSREFS
Cf. A152534.
Sequence in context: A122381 A141034 A300442 * A185164 A124345 A123256
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Dec 06 2008
EXTENSIONS
a(17)-a(20) from Vaclav Kotesovec, May 24 2020
a(0), a(21)-a(32) from Alois P. Heinz, Aug 09 2021
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)