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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121688 G.f.: A(x) = Sum_{k>=0} x^k * (1+x)^(2^k). 1
1, 2, 3, 6, 15, 49, 210, 1191, 8981, 90405, 1219297, 22105506, 540476679, 17875316557, 802011318369, 48947781204529, 4073596070782653, 463360670014324153, 72183972733773232361, 15430254274957714069057 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = Sum_{k=0..n} C(2^k,n-k).

PROG

(PARI) a(n)=sum(k=0, n, binomial(2^k, n-k))

CROSSREFS

Sequence in context: A110181 A141351 A088793 * A082094 A060796 A061059

Adjacent sequences:  A121685 A121686 A121687 * A121689 A121690 A121691

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 15 2006

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 17 03:37 EST 2012. Contains 205978 sequences.