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!)
A290044 a(n) = |Sum_{k=0..n} (-1)^k*(2k)!!|. 1

%I #9 Jul 24 2017 11:56:41

%S 1,1,7,41,343,3497,42583,602537,9719383,176075177,3539816023,

%T 78209790377,1883780763223,49127973630377,1379201149390423,

%U 41470672541233577,329725285558734423,45290937289840177577,1633052915424520654423,62144013487721190961577

%N a(n) = |Sum_{k=0..n} (-1)^k*(2k)!!|.

%C a(20) = 19 * 47 * 73 * 54470291 * 700938921577. Thus a(n) are multiples of 19 for n >= 20.

%t Table[Abs@ Sum[(-1)^k*(2 k)!!, {k, 0, n}], {n, 0, 19}] (* _Michael De Vlieger_, Jul 19 2017 *)

%Y Cf. A006882, A138525.

%K easy,nonn

%O 0,3

%A _XU Pingya_, Jul 19 2017

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 August 29 10:57 EDT 2024. Contains 375512 sequences. (Running on oeis4.)