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!)
A181174 The "Row2" sums of the powers-of-2 triangle A000079 3
1, 2, 24, 320, 11264, 688128, 90177536, 22817013760, 11751030521856, 11997870882291712, 24607668363952390144, 100719222642454151823360, 825394103341888069030641664, 13520781109074923362448234774528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The a(n) represent the "Row2" sums, see A180662, of the powers-of-2 triangle A000079. This sequence is related to the Jacobsthal and triangular numbers.
LINKS
FORMULA
a(n) = 2^(n*(n+1)/2)*(2^(n+1)+(-1)^n)/3.
a(n) = A001045(n+1)*2^A000217(n).
MATHEMATICA
f[k_] := (2^k) (-1)^(k + 1)
t[n_] := Table[f[k], {k, 1, n}]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 22}] (* A181174 signed *)
(* Clark Kimberling, Dec 30 2011 *)
CROSSREFS
Sequence in context: A119491 A001864 A099045 * A209290 A333715 A081065
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Oct 10 2010
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)