login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093523 Inverse binomial transform of A010054 (1 if triangular number else 0). 1
1, 0, -1, 3, -7, 14, -24, 34, -35, 8, 82, -298, 759, -1704, 3627, -7538, 15425, -30992, 60673, -114647, 206853, -351365, 549132, -752653, 784277, -162126, -2252600, 8950526, -25129652, 61349528, -138789534, 299803944, -629297799, 1298075184, -2650139349, 5375982063, -10849417306 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The e.g.f., F(x) = exp(-x)*sum_{n>=0} x^(n*(n+1)/2)/(n*(n+1)/2)!, is approximated by 1/sqrt(2x) for x>1; example: F(1)=0.79758, F(2)=0.59852, F(10)=0.23183, F(50)=0.10063.
LINKS
FORMULA
E.g.f.: exp(-x)*sum_{n>=0} x^(n*(n+1)/2)/(n*(n+1)/2)!
MATHEMATICA
Table[Sum[(-1)^(n-k) * Binomial[n, k] * SquaresR[1, 8*k+1]/2, {k, 0, n}], {n, 0, 40}] (* Vaclav Kotesovec, Oct 31 2017 *)
PROG
(PARI) {a(n)=n!*polcoeff((sum(k=0, sqrtint(2*n+1), x^(k*(k+1)/2)/(k*(k+1)/2)!)*sum(j=0, n, (-x)^j/j!)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A140462 A227841 A225256 * A173247 A123386 A060999
KEYWORD
sign
AUTHOR
Paul D. Hanna, Mar 30 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)