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!)
A070969 a(n) = 2^(2^n + 1) + 1. 5
5, 9, 33, 513, 131073, 8589934593, 36893488147419103233, 680564733841876926926749214863536422913, 231584178474632390847141970017375815706539969331281128078915168015826259279873 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
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 (* 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
(Maxima) A070969(n):=(2^(2^n+1))+1$ makelist(A070969(n), n, 0, 10); /* Martin Ettl, Dec 10 2012 */
CROSSREFS
Sequence in context: A098640 A239546 A083832 * A200376 A098477 A243762
KEYWORD
nonn
AUTHOR
Anonymous, May 17 2002
EXTENSIONS
Edited by Robert G. Wilson v, May 20 2002
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)