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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A190716 a(2*n) = 2*n and a(2*n-1) = A054569(n). 2
1, 2, 7, 4, 21, 6, 43, 8, 73, 10, 111, 12, 157, 14, 211, 16, 273, 18, 343, 20, 421, 22, 507, 24, 601, 26, 703, 28, 813, 30, 931, 32, 1057, 34, 1191, 36, 1333, 38, 1483, 40, 1641, 42, 1807, 44, 1981, 46, 2163, 48, 2353, 50, 2551, 52, 2757, 54, 2971, 56, 3193 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Equals the Row2 triangle sums of the Connell sequence A001614 as a triangle. The Row2(n) triangle sums are defined by Row2(n) = sum((-1)^(n+k)*T(n,k), k=1..n), see A180662.

LINKS

Table of n, a(n) for n=1..57.

FORMULA

a(2*n) = 2*n and a(2*n-1) = 4*n^2 - 6*n + 3

G.f.: x*(1+2*x+4*x^2-2*x^3+3*x^4)/(1-x^2)^3

MAPLE

A190716:= n-> coeff (series (x*(1+2*x+4*x^2-2*x^3+3*x^4)/(1-x^2)^3, x, n+1), x, n): seq(A190716(n), n=1..49);

CROSSREFS

Sequence in context: A065621 A036565 A054787 * A013623 A210421 A198672

Adjacent sequences:  A190713 A190714 A190715 * A190717 A190718 A190719

KEYWORD

nonn,easy

AUTHOR

Johannes W. Meijer, May 18 2011

STATUS

approved

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 May 22 05:54 EDT 2013. Contains 225511 sequences.