login
This site is supported by donations 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; internal format)
OFFSET

1,1

REFERENCES

E. Dintzl, Ueber 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.

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: A198599 A009517 A202408 * A012233 A012119 A012198

Adjacent sequences:  A069179 A069180 A069181 * A069183 A069184 A069185

KEYWORD

sign

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Apr 13 2002

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 February 15 11:25 EST 2012. Contains 205777 sequences.