Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A067652
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A067652 2 plus 3, twice 3, 2 to the power of 3, etc. +0
1
5, 6, 8, 16, 65536 (list; graph; listen)
OFFSET

0,1

COMMENT

a(5) is very large, the number of digits of the number of digits of the number of digits etc. iterated thousands of times is still large.

FORMULA

f(3, n) where f(a, 0) = 2+a, f(0, 1) = 0, f(0, n) = 1 for n > 1, f(a, n) = f(f(a-1, n), n-1) for a>0 and n > 0

PROGRAM

(Haskell) f a 0 = 2 + a / f 0 1 = 0 / f 0 n = 1 / f a n = f (f (a-1) n) (n-1)

CROSSREFS

Sequence in context: A105057 A058336 A110461 this_sequence A129318 A054378 A129319

Adjacent sequences: A067649 A067650 A067651 this_sequence A067653 A067654 A067655

KEYWORD

nonn

AUTHOR

Ashley Yakeley (ashley(AT)yakeley.org), Feb 03 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 9 18:50 EST 2009. Contains 170568 sequences.


AT&T Labs Research