Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090765
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090765 Let f(0) = 0, f(1) = 1, and for n > 1 let f(n) = (-1)*sum((-1)^(n+r)*f(r),r=0..n-2)/(n*(n-1)); sequence gives denominator of f(n). +0
2
1, 1, 1, 6, 12, 24, 40, 1008, 3360, 362880, 181440, 39916800, 15966720, 6227020800, 32947200, 261534873600, 373621248000, 2845499424768, 88921857024000, 121645100408832000, 1422749712384000, 3005349539512320000, 10218188434341888000, 25852016738884976640000 (list; graph; listen)
OFFSET

0,4

COMMENT

G.f. y=Sum_{k>0} f(n)x^n satisfies y''+y/(1+x)=0. - Michael Somos Feb 14 2004

REFERENCES

H. K. Wilson, Ordinary Differential Equations, Addison-Wesley, 1971, p. 154.

EXAMPLE

Sequence f(n) begins 0, 1, 0, -1/6, 1/12, -1/24, 1/40, -17/1008, 41/3360, ...

PROGRAM

(PARI) a(n)=local(y); if(n<0, 0, y=O(x); for(k=1, n, y=x+intformal(intformal(-y/(1+x)))); denominator(polcoeff(y, n)))

CROSSREFS

Cf. A090295.

Sequence in context: A065218 A124509 A063104 this_sequence A082505 A091629 A089529

Adjacent sequences: A090762 A090763 A090764 this_sequence A090766 A090767 A090768

KEYWORD

nonn,frac

AUTHOR

njas, Feb 08 2004

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 September 8 08:06 EDT 2008. Contains 143486 sequences.


AT&T Labs Research