login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069015
a(n) = n! * 3^n * Sum_{i=1..n} 1/(i * 3^i).
2
1, 7, 65, 786, 11814, 212772, 4468932, 107259408, 2896044336, 86881692960, 2867099496480, 103215621790080, 4025409728814720, 169067214837239040, 7608024754854048000, 365185189540668672000, 18624444687496892160000
OFFSET
1,2
FORMULA
E.g.f.: -log(1-x)/(1-3*x). - Vladeta Jovovic, Feb 07 2003
a(n) ~ n! * 3^n * log(3/2). - Vaclav Kotesovec, Oct 05 2013
MATHEMATICA
Rest[CoefficientList[Series[-Log[1-x]/(1-3*x), {x, 0, 20}], x]* Range[0, 20]!] (* Vaclav Kotesovec, Oct 05 2013 *)
CROSSREFS
Sequence in context: A355163 A300488 A085283 * A097819 A152525 A272646
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 14 2002
STATUS
approved