Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074707
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074707 exp(Sum_{n>0} x^n/n^2) = Sum_{n>=0} a(n)*x^n/n!^2. +0
1
1, 1, 3, 19, 214, 3846, 102206, 3795758, 188648664, 12125977944, 980768153832, 97599402813672, 11728820086206576, 1675575398007779568, 280777781273956353648, 54556438705747006028016 (list; graph; listen)
OFFSET

0,3

REFERENCES

R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics, second edition, Addison Wesley, pp. 464-466.

FORMULA

a(n)=n!^2/n*sum(k=0, n-1, a(k)/k!^2/(n-k)). a(n)/n!^2 = exp(Pi^2/6)/n^2 + O(log(n)/n^3). - Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 11 2003

PROGRAM

(PARI) a(n)=if(n<2, 1, (n-1)!^2+n!^2/n*sum(k=1, n-1, a(k)/k!^2/(n-k)))

CROSSREFS

Sequence in context: A049056 A000275 A058165 this_sequence A135749 A005647 A001833

Adjacent sequences: A074704 A074705 A074706 this_sequence A074708 A074709 A074710

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)Eunet.yu), Sep 04 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research