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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077568 a(1,n) as defined in A003148. 2
1, -1, 11, -39, 633, -4065, 86355, -818055, 21370545, -270059265, 8348125275, -132575387175, 4724044288425, -90632895177825, 3652562288650275, -82321915303002375 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..15.

MAPLE

A003148 := proc(m::integer, n::integer) RETURN( doublefactorial(2*n+2*m+1)/(2*m+1)*simplify(hypergeom([ -n, m+1/2], [m+3/2], 2))) ; end: A077568 := proc(n::integer) RETURN(A003148(1, n)) ; end: for n from 0 to 20 do print(A077568(n)); od: - R. J. Mathar, Apr 25 2006

CROSSREFS

Cf. A003148, A084543.

Sequence in context: A127867 A138050 A183940 * A122014 A031427 A147296

Adjacent sequences:  A077565 A077566 A077567 * A077569 A077570 A077571

KEYWORD

sign

AUTHOR

R. J. Mathar, Jul 01 2003

EXTENSIONS

More terms from R. J. Mathar, Apr 25 2006

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 18 09:19 EDT 2013. Contains 225419 sequences.