Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060803
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060803 Sum_{k = 0..n} 2^(2^k). +0
15
2, 6, 22, 278, 65814, 4295033110, 18446744078004584726, 340282366920938463481821351509772796182, 115792089237316195423570985008687907853610267032561502502939405359422902436118 (list; graph; listen)
OFFSET

0,1

COMMENT

Partial sums of sequence 2,4,16,256, ... (sequence 2^2^n, see A001146).

Number of distinct boolean functions with up to n arguments. - Paul Tarau (paul.tarau(AT)gmail.com), Jun 06 2008

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,11

FORMULA

a(0)=2 and a(n)-a(n-1)=2^2^n, n>0

EXAMPLE

a(3) = 278 because a(3) = 2^2^0 + 2^2^1 + 2^2^2 + 2^2^3 = 2 + 4 + 16 + 256

PROGRAM

Haskell code generating the infinite sequence: scanl (+) 2 (map (\x->2^2^x) [1..]) - Paul Tarau (paul.tarau(AT)gmail.com), Jun 06 2008

(PARI) { for (n=0, 11, write("b060803.txt", n, " ", sum(k=0, n, 2^(2^k))); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 12 2009]

CROSSREFS

Cf. A001146, A001147, A115245.

Sequence in context: A032266 A095856 A111061 this_sequence A140837 A110068 A150275

Adjacent sequences: A060800 A060801 A060802 this_sequence A060804 A060805 A060806

KEYWORD

nonn

AUTHOR

Varol Akman (akman(AT)cs.bilkent.edu.tr), Apr 28 2001

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), May 13 2002

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jun 07 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research