The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A167577 The second column of the ED3 array A167572. 5
1, 11, 83, 741, 8169, 106107, 1592235, 27062325, 514246545, 10798366635, 248374594755, 6209158112325, 167651197407225, 4861802228946075, 150717766502187675, 4973638859450709525, 174078640829054894625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/2)*(-1)^n*(2*n-5)!!*((4*n^2-6*n-2)+(16*n^3-24*n^2-4*n+6)*sum((-1)^(k+n)/ (2*k+1), k=0..n-1)).
MATHEMATICA
Table[(1/2)*(-1)^n*(2*n - 5)!!*((4*n^2 - 6*n - 2) + (16*n^3 - 24*n^2 - 4*n + 6)*Sum[(-1)^(k + n)/(2*k + 1), {k, 0, n - 1}]), {n, 1, 50}] (* G. C. Greubel, Jun 16 2016 *)
CROSSREFS
Equals the second column of the ED3 array A167572.
Other columns are A167576 and A167578.
Cf. A007509 and A025547 (the sum((-1)^(k+n)/(2*k+1), k=0..n-1) factor).
Sequence in context: A055369 A016282 A068848 * A129077 A152582 A191003
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Nov 10 2009
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 June 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)