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!)
A001765 Coefficients of iterated exponentials.
(Formerly M4447 N1882)
8

%I M4447 N1882 #33 Jan 07 2023 14:48:25

%S 1,7,77,1155,21973,506989,13761937,429853851,15192078027,599551077881,

%T 26140497946017,1248134313062231,64783855286002573,

%U 3632510833677434324,218845138322691595694,14099918095287618382033,967508237903439910445565,70447525748137979196484589

%N Coefficients of iterated exponentials.

%D J. Ginsburg, Iterated exponentials, Scripta Math., 11 (1945), 340-353.

%D T. Hogg and B. A. Huberman, Attractors on finite sets: the dissipative dynamics of computing structures, Phys. Review A 32 (1985), 2338-2346.

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H T. D. Noe, <a href="/A001765/b001765.txt">Table of n, a(n) for n=1..100</a>

%H P. J. Cameron, <a href="http://www.cs.uwaterloo.ca/journals/JIS/VOL3/groups.html">Sequences realized by oligomorphic permutation groups</a>, J. Integ. Seqs. Vol. 3 (2000), #00.1.5.

%H T. Hogg and B. A. Huberman, <a href="/A000258/a000258.pdf">Attractors on finite sets: the dissipative dynamics of computing structures</a>, Phys. Review A 32 (1985), 2338-2346. (Annotated scanned copy)

%H INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=303">Encyclopedia of Combinatorial Structures 303</a>

%F E.g.f.: -log(1+log(1+log(1+log(1+log(1+log(1+log(1-x))))))).

%t With[{nn=20},CoefficientList[Series[-Log[1+Log[1+Log[1+Log[1+Log[1+Log[1+Log[1-x]]]]]]],{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Jan 07 2023 *)

%o (PARI) T(n, k) = if(k==1, (n-1)!, sum(j=1, n, abs(stirling(n, j, 1))*T(j, k-1)));

%o a(n) = T(n, 7); \\ _Seiichi Manyama_, Feb 11 2022

%o (PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(-log(1+log(1+log(1+log(1+log(1+log(1+log(1-x))))))))) \\ _Seiichi Manyama_, Feb 11 2022

%Y Cf. A003713, A000268, A000310, A000359, A000406.

%K nonn,easy

%O 1,2

%A _N. J. A. Sloane_

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 18 01:54 EDT 2024. Contains 372614 sequences. (Running on oeis4.)