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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070832 a(n)=Sum_{k=0..n} binomial(8*n,8*k). 1
1, 2, 12872, 1470944, 622116992, 125858012672, 36758056208384, 8793364151263232, 2334899414608412672, 586347560750962049024, 151652224498623981289472, 38612725801339748322639872 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Let b(n)=a(n)-2^(8*n)/8 then b(n)+120*b(n-1)-2160*b(n-2)-256*b(n-3)=0. - Benoit Cloitre (benoit7848c(AT)orange.fr), May 27 2004

1/4*16^n + 1/8*256^n + 1/4*(-68 + 48*sqrt(2))^n + 1/4*(-68-48*sqrt(2))^n.

PROG

(PARI) a(n)=sum(k=0, n, binomial(8*n, 8*k)). - Benoit Cloitre (benoit7848c(AT)orange.fr), May 27 2004

CROSSREFS

Cf. A070967, A070782, A070775.

Sequence in context: A082912 A083973 A094212 * A170994 A151599 A159730

Adjacent sequences:  A070829 A070830 A070831 * A070833 A070834 A070835

KEYWORD

easy,nonn

AUTHOR

Sebastian Gutierrez and Sarah Kolitz (skolitz(AT)mit.edu), May 15 2002

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, Jun 15 2007

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 16 21:51 EST 2012. Contains 205978 sequences.