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!)
A225130 Numerators of the convolutory inverse of the primes of the form 6m-1. 2
1, -11, 36, -36, 36, -3786, 63786, -405036, 1215036, -4368786, 45022536, -380988786, 2242736286, -7681046286, 26949825036, -435049072536, 4543990507536, -25626723348786, 80068989783786, -100028016375036, 1579550678122536, -31186023693776286, 252408733196148786 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Coefficients in 1/(1+g(x)), where g is the generating functions of the sequence of primes (5,11,17,23,29,...) of primes congruent to -1 mod 6. For the convolutory inverse of the primes, see A030018. Conjecture: a(n+1)/a(n) -> -1.24066....
LINKS
EXAMPLE
(5,11,17,23,29,...)**(1/5, -11/25, 36/125, -36/625, 36/3125,...) = (1,0,0,0,0,...), where ** denotes convolution.
MATHEMATICA
q = {}; Do[If[PrimeQ[p = 6*n - 1], AppendTo[q, p]], {n, 0, 15000}]; r[n_] := q[[n]]; k[n_] := k[n] = 0; k[1] = 1; s[n_] := s[n] = (k[n] - Sum[r[k]*s[n - k + 1], {k, 2, n}])/r[1]; t = Table[s[n], {n, 1, 40}]; Numerator[t]
CROSSREFS
Sequence in context: A012644 A138893 A243151 * A191292 A107280 A044088
KEYWORD
sign,easy
AUTHOR
Clark Kimberling, Apr 29 2013
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)