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!)
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; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[(-1)^(n+1) 2(16^n-1)BernoulliB[2n], {n, 0, 20}] (* Harvey P. Dale, Nov 10 2011 *)
PROG
(PARI) a(n)=(-1)^(n+1)*2*(16^n-1)*bernfrac(2*n)
CROSSREFS
Sequence in context: A309178 A164740 A053678 * A206328 A096407 A216428
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Dec 13 2003
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)