login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A090817
a(n)=numerator(B(2*prime(n))) where prime(n)=n-th prime and B(k) denotes the k-th Bernoulli number.
0
1, 1, 5, 7, 854513, 8553103, 2577687858367, 2929993913841559, 596451111593912163277961, 84483613348880041862046775994036021, 12300585434086858541953039857403386151
OFFSET
1,3
COMMENTS
a(1)=1 (instead of -1)
PROG
(PARI) a(n)=numerator(bernfrac(2*prime(n)))
CROSSREFS
Sequence in context: A291687 A257774 A281386 * A357054 A377592 A198875
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 11 2004
STATUS
approved