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!)
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
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 * A303384 A013623 A345273
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)