|
| |
|
|
A062032
|
|
Group odd numbers into (1), (3,5), (7,9,11),(13,15,17,19),...; a(n) = product of n-th group.
|
|
2
| |
|
|
1, 15, 693, 62985, 9454725, 2118331215, 662496582825, 275735605996305, 147364622598587625, 98358760729571316975, 80185770642041047108125, 78405694972326706112753625, 90569612902695107431619494125
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,100
|
|
|
EXAMPLE
| a(3) =7*9*11 = 693.
|
|
|
PROG
| (PARI) { for (n=1, 100, b=n^2 - n + 1; write("b062032.txt", n, " ", prod(k=0, n - 1, b + 2*k)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 30 2009]
|
|
|
CROSSREFS
| Sequence in context: A177230 A001520 A062079 * A204251 A117812 A034941
Adjacent sequences: A062029 A062030 A062031 * A062033 A062034 A062035
|
|
|
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 08 2001
|
| |
|
|