Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158032
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158032 Coefficients of the polynomial from factoring (x^167+1)/(x+1) modulo 2 gives: p(x)=1 + x + x^4 + x^6 + x^8 + x^10 + x^12 + x^13 + x^17 + x^19 + x^23 + x^24 + x^25 + x^26 + x^27 + x^29 + x^31 + x^32 + x^33 + x^35 + x^36 + x^40 + x^42 + x^45 + x^46 + x^47 + x^49 + x^50 + x^52 + x^53 + x^56 + x^59 + x^60 + x^62 + x^64 + x^67 + x^70 + x^71 + x^73 + x^76 + x^78 + x^81 + x^83. +0
1
1, 0, -1, 0, 1, -1, -1, 1, 1, -1, -1, 1, 1, -2, -1, 4, 0, -5, 3, 5, -7, -4, 10, 1, -12, 2, 16, -6, -21, 13, 27, -29, -28, 52, 19, -77, 4, 97, -40, -110, 85, 119, -143, -119, 230, 95, -354, -16, 499, -159, -622 (list; graph; listen)
OFFSET

0,14

COMMENT

Primes of the type 11,23,83,107,167...

Flatten[Table[If[PrimeQ[n] && PrimeQ[10*n - 1] && PrimeQ[( n - 1)/2], n, {}], {n, 1, 10000}]]

that gives nearly equal factorizations:

Factor[(x^Prime+1)/(x+1),Modulus->2]=f1(x)*f2(x);

and the power of factor is the next lower prime:

23->11;

167->83

FORMULA

p(x)=1 + x + x^4 + x^6 + x^8 + x^10 + x^12 + x^13 + x^17 +

x^19 + x^23 + x^24 + x^25 + x^26 + x^27 + x^29 + x^31 +

x^32 + x^33 + x^35 + x^36 + x^40 + x^42 + x^45 + x^46 +

x^47 + x^49 + x^50 + x^52 + x^53 + x^56 + x^59 + x^60 +

x^62 + x^64 + x^67 + x^70 + x^71 + x^73 + x^76 + x^78 +

x^81 + x^83;

a(n)=coefficients(1/(x^83*p(1/x)))

MATHEMATICA

f[x_] = FactorList[PolynomialMod[(x^167 + 1)/((x + 1)), 2], Modulus -> 2][[2]][[1]];

g[x] = ExpandAll[x^83*f[1/x]];

a = Table[SeriesCoefficient[ Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]

CROSSREFS

Sequence in context: A158285 A059781 A087664 this_sequence A120112 A103977 A109883

Adjacent sequences: A158029 A158030 A158031 this_sequence A158033 A158034 A158035

KEYWORD

sign,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 11 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research