|
Search: id:A136325
|
|
|
| A136325 |
|
Integers x such that Sqrt[3(5x^2+3)] is a perfect square. |
|
+0 1
|
|
| 0, 3, 24, 189, 1488, 11715, 92232, 726141, 5716896, 45009027, 354355320, 2789833533, 21964312944, 172924670019, 1361433047208, 10718539707645, 84386884613952, 664376537203971, 5230625413017816, 41180626766938557
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
The difference equation solution is a[n]=(+or -)Sqrt[15]((4 + Sqrt[15])^n - (4 - Sqrt[15])^n)/30, where the sign indicates the positive or negative series choice. The series is then generated from 3a[n]=+or -)Sqrt[15]((4 + Sqrt[15])^n - (4 - Sqrt[15])^n)/10.
|
|
FORMULA
|
The recursion that generates the sequence divided by three is a[n]=8a[n-1]-a[n-2] with a[0]=0 and a[1]=+1 for the positive sequence and a[1]=-1 for the negative sequence. The series is then 3*a[n]. The sub series (dividing the series by 3) would be {0, 1, 8, 63, 496, 3905, 30744, 242047, ...} which is the sequence A001090.
|
|
MATHEMATICA
|
Do[If[IntegerQ[Sqrt[3 (3 + 5 x^2)]], Print[{x, Sqrt[3 (3 + 5 x^2)]}]], {x, 0, 2000000}]
|
|
PROGRAM
|
(PARI) {a(n) = subst(poltchebi(n+1) - 4 * poltchebi(n), x, 4) / 5} /* Michael Somos Apr 05 2008 */
|
|
CROSSREFS
|
3*A001090(n) = a(n).
Adjacent sequences: A136322 A136323 A136324 this_sequence A136326 A136327 A136328
Sequence in context: A110347 A027324 A122741 this_sequence A103333 A037762 A037650
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Lorenz H. Menke, Jr. (lnz2004(AT)mindspring.com), Mar 26 2008
|
|
|
Search completed in 0.002 seconds
|