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!)
A302546 a(n) = Sum_{k = 1...n} 2^binomial(n, k). 0
0, 2, 6, 18, 98, 2114, 1114242, 68723671298, 1180735735906024030722, 170141183460507917357914971986913657858, 7237005577335553223087828975127304179197147198604070555943173844710572689410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A001315(n) - 2.
MATHEMATICA
Table[Sum[2^Binomial[n, d], {d, n}], {n, 10}]
PROG
(PARI) a(n) = sum(k=1, n, 2^binomial(n, k)); \\ Michel Marcus, Jun 21 2018
CROSSREFS
Sequence in context: A000138 A028857 A052687 * A162059 A162060 A162061
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 20 2018
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 25 09:15 EDT 2024. Contains 371967 sequences. (Running on oeis4.)