login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070969 (2^(2^n+1))+1. 3
5, 9, 33, 513, 131073, 8589934593, 36893488147419103233, 680564733841876926926749214863536422913, 231584178474632390847141970017375815706539969331281128078915168015826259279873 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..13

EXAMPLE

a(0)=5 because (2^((2^0)+1))+1=(2^(1+1))+1=(2^2)+1=4+1=5.

MATHEMATICA

2^(2^Range[0, 9] + 1) + 1 (* From Vladimir Joseph Stephan Orlovsky, Jun 22 2011 *)

PROG

(MAGMA) [(2^((2^n)+1))+1: n in [0..8]]; // Vincenzo Librandi, Jun 20 2011

(PARI) a(n)=1<<(2^n+1)+1 \\ Charles R Greathouse IV, Jul 30 2011

CROSSREFS

Cf. A000215, A077585.

Sequence in context: A028351 A098640 A083832 * A200376 A098477 A176967

Adjacent sequences:  A070966 A070967 A070968 * A070970 A070971 A070972

KEYWORD

nonn

AUTHOR

Anon, May 17 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), May 20 2002

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 14 07:16 EST 2012. Contains 205589 sequences.