login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062031 Group odd numbers into (1), (3,5,7), (9,11,13,15,17),...; a(n) = product of n-th group. 2
1, 105, 328185, 5568833025, 304513870485825, 40992233865440682825, 11492457771692770753505625, 5984524775454356180393209490625, 5325142910343897163530366857379506625, 7598549164899334249502031499667984969915625 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

Matthew M. Conroy, Home page (listed instead of email address)

EXAMPLE

a(2) =3*5*7 = 105.

PROG

(PARI) { for (n=1, 100, b=2*n^2 - 4*n + 3; write("b062031.txt", n, " ", prod(k=0, 2*n - 2, b + 2*k)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 30 2009]

CROSSREFS

Sequence in context: A199100 A096150 A068256 * A199522 A036201 A050810

Adjacent sequences:  A062028 A062029 A062030 * A062032 A062033 A062034

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 02 2001

EXTENSIONS

More terms from Matthew M. Conroy, Jun 11 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 20:50 EST 2012. Contains 206085 sequences.