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!)
A352365 Alternating row sums of A352363. 2
1, -1, 0, 0, 0, 18, -18, 70, -700, -3850, 574, -56826, 1111572, 3361512, 33911724, 58266780, -2866139848, -16171966382, -313720155122, -333432770154, 6143791050452, 221783648934584, 3761406823258348, 19173257457737964, 157733986443551784, -3667226903663595468 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MAPLE
SwingNumber := proc(n) option remember; n! / iquo(n, 2)!^2 end proc:
f:= n -> add((-1)^k * IncompleteBellB(n, k, seq(SwingNumber(j), j=0..n)), k=0..n):
map(f, [$0..30]); # Robert Israel, Oct 23 2023
CROSSREFS
Cf. A352363.
Sequence in context: A211411 A298378 A299245 * A050686 A165839 A372457
KEYWORD
sign
AUTHOR
Peter Luschny, Mar 15 2022
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 July 11 17:52 EDT 2024. Contains 374234 sequences. (Running on oeis4.)