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!)
A180418 a(n) = ( A000111(p) -(-1)^((p-1)/2) )/p, where p = prime(n). 3
1, 3, 39, 32163, 1720635, 12345020175, 1530993953307, 44148864630732711, 797213247855503373843915, 281095572810489332134542303, 26242778669866462496740532647355475 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
a(n) = ( A000111(A000040(n)) -A070750(n) )/A000040(n). - R. J. Mathar, Sep 19 2010
MATHEMATICA
t = Range[0, 60]! CoefficientList[Series[Sec@x + Tan@x, {x, 0, 60}], x]; f[n_] := (Rest[t][[Prime@n]] - (-1)^((Prime@n - 1)/2))/Prime@n; Array[f, 11, 2] (* Robert G. Wilson v, Sep 04 2010 *)
CROSSREFS
Sequence in context: A198411 A367033 A097421 * A166999 A319955 A317484
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Sep 03 2010
EXTENSIONS
Extended by R. J. Mathar, Sep 19 2010
a(8) onwards from Robert G. Wilson v, Sep 04 2010
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)