The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A118485 a(n) = 11321 - 23479*n + 16423*n^2 - 4693*n^3 + 471*n^4. 0
43, 47, 131, 397, 12251, 58403, 172867, 400961, 799307, 1435831, 2389763, 3751637, 5623291, 8117867, 11359811, 15484873, 20640107, 26983871, 34685827, 43926941, 54899483, 67807027, 82864451, 100297937, 120344971, 143254343, 169286147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A prime-generating polynomial constructed from a 3 X 3 matrix.
LINKS
FORMULA
G.f.: -x*(11321*x^4-218*x^3+326*x^2-168*x+43) / (x-1)^5. [Colin Barker, Dec 13 2012]
MATHEMATICA
M = {{0, 1, 0}, {0, 0, 1}, {1, 0, 1}}; v[0] = {41, 43, 47}; v[n_] := v[n] = M.v[n - 1] a = Flatten[Table[If[PrimeQ[Abs[v[n][[1]]]], Abs[v[n][[1]]], {}], {n, 1, 20}]] f[x_] = Expand[InterpolatingPolynomial[a, x]] aout = Table[f[n], {n, 1, 40}]
LinearRecurrence[{5, -10, 10, -5, 1}, {43, 47, 131, 397, 12251}, 30] (* Harvey P. Dale, Aug 01 2021 *)
CROSSREFS
Sequence in context: A033230 A330981 A180519 * A165444 A162464 A255224
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, May 05 2006
EXTENSIONS
Edited by N. J. A. Sloane, Jun 26 2009
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 May 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)