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!)
A076688 a(n) = 2^(2^n-n-2). 2
1, 8, 1024, 33554432, 72057594037927936, 664613997892457936451903530140172288, 113078212145816597093331040047546785012958969400039613319782796882727665664 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Integer values of 1/(2-Sum_{i=1..m} i/2^i).
The next term a(9) has 151 digits, and is too large to include in data. - Bernard Schott, Aug 27 2020
LINKS
MAPLE
Data := [seq(2^(2^n-n-2), n = 2..8)]; \\ Bernard Schott, Aug 26 2020
MATHEMATICA
Table[2^(2^n - n - 2), {n, 2, 8}] (* Amiram Eldar, Aug 27 2020 *)
CROSSREFS
Cf. A036799.
Subsequence of A289585.
Sequence in context: A085533 A360773 A122067 * A004808 A320981 A316395
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 25 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 September 17 05:28 EDT 2024. Contains 375985 sequences. (Running on oeis4.)