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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089836 INVERT transform of A089835. 1
2, 28, 704, 26800, 1404416, 94890112, 7887853568, 779773444864, 89407927009280, 11666949886007296, 1707352344419336192, 276938622991133237248, 49316570352062326636544, 9565558797749164794511360 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

INVERT(A089835); INVERT([seq(A000108(n)*A000108(n)*(n+1)!, n=1..9)]);

a:= proc(n) option remember; local i; `if` (n<1, 1, add (a(n-i) *(2*i)!^2 /i!^3 /(i+1), i=1..n)) end: seq (a(n), n=1..15); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Apr 01 2009]

CROSSREFS

Sequence in context: A143585 A151332 A098631 * A090249 A009256 A012725

Adjacent sequences:  A089833 A089834 A089835 * A089837 A089838 A089839

KEYWORD

nonn

AUTHOR

Antti Karttunen (His_Firstname.His_Surname(AT)iki.fi), Dec 05 2003

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Apr 01 2009

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 14 05:53 EST 2012. Contains 205570 sequences.