|
Search: id:A062030
|
|
|
| A062030 |
|
Group even numbers into (2,4), (6,8,10,12), (14,16,18,20,22,24),...; a(n) = product of n-th group. |
|
+0 2
|
|
| 8, 5760, 42577920, 1300252262400, 111644006842368000, 21695920874860629196800, 8291067715225260172247040000, 5644260808699395278689265516544000, 6360332664265371581768550654463180800000, 11209384544297234954537967755979151481241600000, 29531169256166572959626706182319305835700813824000000
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,100
|
|
EXAMPLE
|
a(3) =14*16*18*20*22*24 = 42577920.
|
|
PROGRAM
|
(PARI) { for (n=1, 100, write("b062030.txt", n, " ", 2^(2*n)*(n^2 + n)!/(n^2 - n)!) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 30 2009]
|
|
CROSSREFS
|
Sequence in context: A055319 A029736 A093937 this_sequence A052497 A079189 A114133
Adjacent sequences: A062027 A062028 A062029 this_sequence A062031 A062032 A062033
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 02 2001
|
|
EXTENSIONS
|
More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 10 2001
Typo in a(4) corrected by N. J. A. Sloane, Aug 31 2009 using the b-file.
|
|
|
Search completed in 0.004 seconds
|