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!)
A069182 a(1) = 2, a(2) = -32; a(n) = -16*a(n - 1) + 12*add(binomial(2*n - 2, 2*i)*a(i)*a(n - 1 - i), i = 1 .. n - 2). 3
2, -32, 800, -35840, 2508800, -246579200, 32614400000, -5594021888000, 1206137913344000, -319343506227200000, 101868334198292480000, -38531929483929190400000, 17052425131124169113600000, -8729129668569923688857600000, 5117793695169522496962560000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
E. Dintzl, Über die Zahlen im Koerper k(sqrt(-2)), welche den Bernoulli'schen Zahlen analog sind, Sitz. K. Akad. Wiss. Wien, Math.-Naturw. Klasse, 108 (1909), 1-29.
LINKS
MAPLE
A069182 := proc(n) option remember; if n=1 then 2 elif n=2 then -32 else -16*A069182(n-1)+12*add(binomial(2*n-2, 2*i)*A069182(i)*A069182(n-1-i), i=1..n-2); fi; end;
CROSSREFS
Sequence in context: A009517 A354382 A202408 * A333772 A012233 A321712
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Apr 13 2002
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 11:44 EDT 2024. Contains 371241 sequences. (Running on oeis4.)