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!)
A090823 a(n)=(3/2)*(1/p)*(2*p+1)*(3^p+1)*B(2*p) where p=prime(n) and where B(k) denotes the k-th Bernoulli number. 0
61, 8205, 3440347021, 7080447489597, 171336855102372210685, 1747517658865390518778893, 610345691966794096778276272763149, 49983985045539556672075839852554462798428935229 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
a(n)==1 mod (prime(n))
LINKS
MATHEMATICA
Table[p=Prime[n]; 3/(2p) (2p+1)(3^p+1)BernoulliB[2p], {n, 3, 10}] (* Harvey P. Dale, Aug 21 2013 *)
PROG
(PARI) a(n)=3/2/prime(n)*(2*prime(n)+1)*(3^prime(n)+1)*bernfrac(2*prime(n))
CROSSREFS
Sequence in context: A219113 A210686 A103915 * A093261 A062638 A261238
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 11 2004
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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)