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!)
A071772 Absolute values of the numerator of B(prime(n)-1) where B(k) are the Bernoulli numbers. 1
1, 1, 1, 1, 5, 691, 3617, 43867, 854513, 23749461029, 8615841276005, 26315271553053477373, 261082718496449122051, 1520097643918070802691, 596451111593912163277961, 801165718135489957347924991853 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Prime(n) never divides a(n). a(n) reduced (modulo prime(n) ) equals often 30: for n = 16,33,35,40,57,62,66,77,97,102,104,119,...
LINKS
MATHEMATICA
Abs[Numerator[#]]&/@BernoulliB[Prime[Range[20]]-1] (* Harvey P. Dale, Jun 28 2011 *)
PROG
(PARI) for(n=1, 20, print1(abs(numerator(bernfrac(prime(n)-1))), ", "))
CROSSREFS
Sequence in context: A092133 A274025 A281585 * A201005 A255912 A213932
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 24 2002
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)