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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090645 a(n)=(-1)^(n+1)*2*(16^n-1)*B(2n) where B(k) denotes the k-th Bernoulli number. 0
0, 5, 17, 195, 4369, 158875, 8493081, 626349395, 60921163553, 7555181167755, 1163556514166185, 217865966280741955, 48740349457479955377, 12839917161220487631995, 3934089704476487908489529 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

Table[(-1)^(n+1) 2(16^n-1)BernoulliB[2n], {n, 0, 20}] (* From Harvey P. Dale, Nov 10 2011 *)

PROG

(PARI) a(n)=(-1)^(n+1)*2*(16^n-1)*bernfrac(2*n)

CROSSREFS

Sequence in context: A097490 A164740 A053678 * A206328 A096407 A062230

Adjacent sequences:  A090642 A090643 A090644 * A090646 A090647 A090648

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Dec 13 2003

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 15 13:05 EST 2012. Contains 205789 sequences.