Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130318
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130318 Integer values of n!!/S(n), where S(n) is the sum of all odd numbers minor or equal to n, if n is odd, or the sum of all even numbers minor or equal to n, if n is even. +0
3
1, 1, 4, 128, 11520, 143360, 425425, 2064384, 619315200, 280284364800, 6801567252480, 27512370460575, 178541140377600, 152355106455552000, 167834385271436083200, 6074006324109115392000, 29734853645550994565625 (list; graph; listen)
OFFSET

0,3

COMMENT

After the eighth term all the numbers end for 0 or 5.

FORMULA

Integer of the form n!!/A005408, for n odd, and n!!/A002378 (offset 2) for n even.

EXAMPLE

6 --> 6!! = 48; 6 + 4 + 2 = 12; 48/12 = 4.

17 --> 17!! = 34459425; 17 + 15 + 13 + 11 + 9 + 7 + 5 + 3 + 1 = 81; 34459425/81 = 425425.

MAPLE

P:=proc(n) local a, i, j, k, w; for i from 1 by 1 to n do k:=i; w:=i-2; while w>0 do k:=k*w; w:=w-2; od; j:=i; w:=i-2; while w>0 do j:=j+w; w:=w-2; od; a:=k/j; if trunc(a)=a then print(a) fi; od; end: P(100);

CROSSREFS

Cf. A108552, A000290, A005408, A130319.

Adjacent sequences: A130315 A130316 A130317 this_sequence A130319 A130320 A130321

Sequence in context: A152421 A128790 A013823 this_sequence A000318 A141367 A141368

KEYWORD

easy,nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), May 23 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 8 02:43 EST 2009. Contains 152824 sequences.


AT&T Labs Research