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!)
A004002 Benford numbers: a(n) = e^e^...^e (n times) rounded to nearest integer.
(Formerly M3010)
9

%I M3010 #33 Oct 24 2023 06:07:38

%S 1,3,15,3814279

%N Benford numbers: a(n) = e^e^...^e (n times) rounded to nearest integer.

%C The next term, a(4) ~ 2.3315*10^1656520, has 1656521 decimal digits and is therefore too large to be included. [Rephrased by _M. F. Hasler_, May 01 2013]

%C Named by Turner (1991) after the American electrical engineer and physicist Frank Albert Benford, Jr. (1883-1948). - _Amiram Eldar_, Jun 26 2021

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

%H C. W. Clenshaw, F. W. J. Olver and P. R. Turner, <a href="https://doi.org/10.1007/BFb0085718">Level-index arithmetic: An introductory survey</a> in: P. R. Turner (ed.), Numerical Analysis and Parallel Processing, Lecture Notes in Mathematics, Vol. 1397, Springer, Berlin, Heidelberg, 1989, pp. 95-168.

%H Peter R. Turner, Will the "real" real arithmetic please stand up?, Notices Amer. Math. Soc., Vol. 38 (1991), pp. 298-304; <a href="https://www.ams.org/notices/199104/199104FullIssue.pdf">entire issue</a>.

%H <a href="/index/Be#Benford">Index entries for sequences related to Benford's law</a> (The present sequence seems unrelated to Benford's law!)

%F a(n) = round(e^e^...^e), where e occurs n times, a(0) = 1 (= e^0). - _Melissa O'Neill_, Jul 04 2015

%t Round[NestList[Power[E, #] &, 1, 3]] (* _Melissa O'Neill_, Jul 04 2015 *)

%Y Cf. A056072, A225053.

%Y Cf. A073236. - _Melissa O'Neill_, Jul 04 2015

%K nonn

%O 0,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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)