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!)
A032183 "CIJ" (necklace, indistinct, labeled) transform of 3,3,3,3... 3
3, 12, 84, 876, 12180, 211692, 4415124, 107430636, 2987482260, 93461994732, 3248794543764, 124223034396396, 5181679901192340, 234153759187726572, 11395053576644512404, 594148263021558162156 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Christian G. Bower, Transforms (2)
FORMULA
From Vladeta Jovovic, Sep 14 2003: (Start)
E.g.f.: -log(4-3*exp(x)).
a(n) = Sum_{k=1..n) 3^k*(k-1)!*Stirling2(n, k). (End)
a(n) ~ (n-1)! / (log(4/3))^n. - Vaclav Kotesovec, Mar 29 2014
a(n) = 3 * (1 + Sum_{k=1..n-1} binomial(n-1,k-1) * a(k)). - Ilya Gutkovskiy, Aug 09 2020
MATHEMATICA
Table[ PolyLog[n, 3/4], {n, 0, -15, -1}] (* Robert G. Wilson v, Aug 05 2010 *)
PROG
(PARI) a(n)=polylog(1-n, 3/4) \\ Charles R Greathouse IV, Aug 27 2014
CROSSREFS
Sequence in context: A328778 A231868 A147835 * A225905 A355322 A070825
KEYWORD
nonn
AUTHOR
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)