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!)
A220189 If n>=3, a(n) = n^(a(n-1)/(n-1)), else a(2)=2^2. 1
4, 9, 64, 152587890625 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Sequence used to build the absolute abnormal number 0.6562499999956991999... (A220190).
LINKS
G. Martin, Absolutely Abnormal Numbers, Amer. Math. Monthly 108 (2001), no. 8, 746-754.
PROG
(PARI) a(n) = {if (n==2, return (2^2)); return (n^(a(n-1)/(n-1))); }
CROSSREFS
Cf. A220190.
Sequence in context: A162991 A062926 A069020 * A122956 A041777 A367276
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 07 2012
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)