|
Search: id:A010845
|
|
|
| A010845 |
|
a(n) = 3n*a(n-1) + 1, a(0) = 1. |
|
+0 7
|
|
| 1, 4, 25, 226, 2713, 40696, 732529, 15383110, 369194641, 9968255308, 299047659241, 9868572754954, 355268619178345, 13855476147955456, 581929998214129153, 26186849919635811886, 1256968796142518970529
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Related to Incomplete Gamma Function at 1/3.
|
|
REFERENCES
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, December 1972, p. 262.
Michael Z. Spivey and Laura L. Steil, The k-Binomial Transforms and the Hankel Transform, Journal of Integer Sequences, Vol. 9 (2006), Article 06.1.1.
|
|
LINKS
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, Tenth Printing, December 1972, p. 262.
|
|
FORMULA
|
a(n) = Floor[ e^(1/3)n!3^n ]; n!*Sum(3^(n-k)/k!, k=0..n); n!*(e^(1/3)-Sum(3^(n-k)/k!, k=n+1...)).
E.g.f.: exp(x)/(1-3x)
a(n) = Sum[P(n, k)3^k, {k, 0, n}]. - Ross La Haye (rlahaye(AT)new.rr.com), Aug 29 2005
|
|
MATHEMATICA
|
Table[ Gamma[ n, 1/3 ]*Exp[ 1/3 ]*3^(n-1), {n, 1, 24} ]
|
|
CROSSREFS
|
Cf. A000522, A010844, A056545, A056546, A056547 for analogues. a(n)/(A000142*A000244) is an increasingly good approximation to cube root of e.
Cf. A010844.
Sequence in context: A050386 A001247 A031152 this_sequence A087660 A121660 A118835
Adjacent sequences: A010842 A010843 A010844 this_sequence A010846 A010847 A010848
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Simon Plouffe (plouffe(AT)math.uqam.ca)
|
|
EXTENSIONS
|
Better description and formulae from Michael Somos
More terms from James A. Sellers (sellersj(AT)math.psu.edu), Jul 04 2000
|
|
|
Search completed in 0.002 seconds
|