Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069182
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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). +0
3
2, -32, 800, -35840, 2508800, -246579200, 32614400000, -5594021888000, 1206137913344000, -319343506227200000, 101868334198292480000, -38531929483929190400000, 17052425131124169113600000, -8729129668569923688857600000, 5117793695169522496962560000000 (list; graph; listen)
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: A038394 A068110 A009517 this_sequence A012233 A012119 A012198

Adjacent sequences: A069179 A069180 A069181 this_sequence A069183 A069184 A069185

KEYWORD

sign

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 4 08:07 EST 2009. Contains 170310 sequences.


AT&T Labs Research