The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A094822 E.g.f.: exp(3x)/(1-3x)^(1/3). 6
1, 4, 19, 118, 1021, 12088, 183727, 3389242, 73156249, 1804349548, 50009179819, 1537920654526, 51952155415381, 1911990785926432, 76137201611236999, 3261400435090171522, 149530099101901409713, 7305923490645888605908, 378947686822932957638851 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sum_{k = 0..n} A046716(n,k)*x^k give A000522(n), A081367(n) for x = 1, 2 respectively.
LINKS
FORMULA
a(n) = Sum_{k = 0..n} A046716(n, k)*3^k.
a(n) ~ Gamma(2/3)*3^(n+1/2)*n^(n-1/6)/(sqrt(2*Pi)*exp(n-1)). - Vaclav Kotesovec, Jun 15 2013
Conjecture: D-finite with recurrence: a(n) +(-3*n-1)*a(n-1) +9*(n-1)*a(n-2)=0. - R. J. Mathar, Nov 14 2019
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[3x]/Surd[1-3x, 3], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 28 2018 *)
CROSSREFS
Sequence in context: A197660 A354458 A361532 * A280939 A121125 A361240
KEYWORD
nonn
AUTHOR
Philippe Deléham, Jun 12 2004
EXTENSIONS
Corrected and extended by Harvey P. Dale, Jul 28 2018
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 May 13 15:50 EDT 2024. Contains 372521 sequences. (Running on oeis4.)