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!)
A154819 a(n) = floor(zeta(zeta(...zeta(2)...))), where zeta appears n times; zeta is the Riemann zeta function. 1
1, 2, 1, 2, 1, 3, 1, 10, 1, 1835, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n)=1 for odd n; a(12) (see the b-file) is too large to display here.
LINKS
Vladimir Reshetnikov, Table of n, a(n) for n = 1..12
EXAMPLE
a(1) = floor(zeta(2)); a(2) = floor(zeta(zeta(2)));
MATHEMATICA
Block[{$MaxExtraPrecision = Infinity}, Table[Floor[Nest[Zeta, 2, n]], {n, 1, 12}]]
CROSSREFS
Sequence in context: A137753 A134780 A247379 * A104145 A230981 A123675
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)