MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

May we trust IntegerQ ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107488] May we trust IntegerQ ?
  • From: Artur <grafix at csl.pl>
  • Date: Sun, 14 Feb 2010 08:16:41 -0500 (EST)
  • Reply-to: grafix at csl.pl

Procedure: find such x that ChebyshevT[x/2, x] isn't integer
aa = {}; Do[ If[IntegerQ[ChebyshevT[x/2, x]], , AppendTo[aa, x]], {x, 0, 
20}]; aa
and answer Mathematica is set:
{3, 5, 7, 9, 11, 13, 15, 17, 19}
where occered e.g. number 7
N[ChebyshevT[7/2, 7],100]
5042.00000000000000000000000000000000000000000000000000000000000000000\
0000000000000000000000000000000
evidently is integer 5042
Some comments ?

Best wishes
Artur





  • Prev by Date: Re: Exception message from java: MathLink connection was lost.
  • Next by Date: Re: Bug in Mathematica: regular expression applied to very
  • Previous by thread: Washington DC Area Mathematica Special Interest Group
  • Next by thread: Re: May we trust IntegerQ ?