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!)
A081955 a(n) = 2^r*3^s where r = n(n+1)/2 and s = n(n-1)/2. 3
1, 2, 24, 1728, 746496, 1934917632, 30091839012864, 2807929681968365568, 1572081206902992767287296, 5280985496827154199640037916672, 106440332834866049138191223105387495424, 12872079797383178927229037635891253693013557248 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n+1) = 2^(n+1)*3^n*a(n), a(1) = 2. - Ryan Propper, Jun 15 2005
A171795(n) = a(-n). a(n+1) * a(n-1) = 6 * a(n)^2. - Michael Somos, Dec 17 2009
MATHEMATICA
Do[Print[2^(n*(n+1)/2)*3^(n*(n-1)/2)], {n, 10}] (* Ryan Propper, Jun 15 2005 *)
PROG
(PARI) {a(n) = 3^(n*(n-1)/2) * 2^(n*(n+1)/2)} /* Michael Somos, Dec 17 2009 */
CROSSREFS
Sequence contains the product of a row in A081954.
Sequence in context: A000479 A181231 A111427 * A292797 A163086 A280922
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 02 2003
EXTENSIONS
More terms from Ryan Propper, Jun 15 2005
STATUS
approved

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 April 30 10:25 EDT 2024. Contains 372131 sequences. (Running on oeis4.)