login
This site is supported by donations 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; 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: A046206 A137753 A134780 * A104145 A123675 A123400

Adjacent sequences:  A154816 A154817 A154818 * A154820 A154821 A154822

KEYWORD

nonn

AUTHOR

Vladimir Reshetnikov (v.reshetnikov(AT)gmail.com), Jan 15 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.