|
Search: id:A081955
|
|
|
| A081955 |
|
a(n) = 2^r*3^s where r = n(n+1)/2 and s = n(n-1)/2. |
|
+0 4
|
|
| 2, 24, 1728, 746496, 1934917632, 30091839012864, 2807929681968365568, 1572081206902992767287296, 5280985496827154199640037916672, 106440332834866049138191223105387495424
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(n+1) = 2^(n+1)*3^n*a(n), a(1) = 2. - Ryan Propper (rpropper(AT)stanford.edu), Jun 15 2005
|
|
MATHEMATICA
|
Do[Print[2^(n*(n+1)/2)*3^(n*(n-1)/2)], {n, 10}] (Propper)
|
|
CROSSREFS
|
Sequence contains the product of a row in A081954.
Cf. A025192, A081954, A081956.
Sequence in context: A028365 A000479 A111427 this_sequence A163086 A053995 A007079
Adjacent sequences: A081952 A081953 A081954 this_sequence A081956 A081957 A081958
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 02 2003
|
|
EXTENSIONS
|
More terms from Ryan Propper (rpropper(AT)stanford.edu), Jun 15 2005
|
|
|
Search completed in 0.002 seconds
|