[go: up one dir, main page]

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!)
Revision History for A093614 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A093614 Numbers n such that F_n(x) and F_n(1-x) have a common factor mod 2, with F_n(x) = U(n-1,x/2) the monic Chebyshev polynomials of second kind.
(history; published version)
#23 by Bruno Berselli at Thu Mar 12 06:42:03 EDT 2015
STATUS

reviewed

approved

#22 by Michel Marcus at Thu Mar 12 06:31:53 EDT 2015
STATUS

proposed

reviewed

#21 by Colin Barker at Thu Mar 12 06:23:54 EDT 2015
STATUS

editing

proposed

#20 by Colin Barker at Thu Mar 12 06:23:35 EDT 2015
PROG

(PARI)

(PARI) { { F2(n)=local(t, , t1, , t2, , tmp):); t1=Mod(0, , 2):); t2=Mod(1, , 2):); t=Mod(1, , 2)*x:; for(k=2, , n, , tmp=t*t2-t1:; t1=t2:; t2=tmp):); tmp }

(PARI) for(n=2, , 200, , t=F2(n): ); if(gcd(t, , subst(t, , x, , 1-x))!=1, , print1(n", ")))", ")))

STATUS

approved

editing

Discussion
Thu Mar 12 06:23
Colin Barker: Replaced colons by semicolons in PARI code so that it can be executed using recent versions of PARI.
#19 by Joerg Arndt at Thu May 22 03:55:12 EDT 2014
STATUS

proposed

approved

#18 by Michel Marcus at Wed May 21 23:43:28 EDT 2014
STATUS

editing

proposed

#17 by Michel Marcus at Wed May 21 23:42:56 EDT 2014
LINKS

M. Hunziker, A. Machiavelo and J. Park, <a href="http://wwwdx.sciencedirectdoi.com/science/articleorg/pii10.1016/S0304397504001823j.tcs.2004.03.031">Chebyshev polynomials over finite fields and reversibility of sigma-automata on square grids</a>, Theoretical Comp. Sci., 320 (2004), 465-483.

STATUS

approved

editing

Discussion
Wed May 21 23:43
Michel Marcus: replaced sciencedirect with doi link
goes same place
#16 by N. J. A. Sloane at Wed May 21 23:41:45 EDT 2014
STATUS

reviewed

approved

#15 by Wesley Ivan Hurt at Wed May 21 23:10:18 EDT 2014
STATUS

proposed

reviewed

#14 by Thomas Buchholz at Wed May 21 20:13:12 EDT 2014
STATUS

editing

proposed

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 August 29 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)