|
Search: id:A036666
|
|
|
| A036666 |
|
Numbers n such that 5n+1 is a perfect square. |
|
+0 13
|
|
| 0, 3, 7, 16, 24, 39, 51, 72, 88, 115, 135, 168, 192, 231, 259, 304, 336, 387, 423, 480, 520, 583, 627, 696, 744, 819, 871, 952, 1008, 1095, 1155, 1248, 1312, 1411, 1479, 1584, 1656, 1767, 1843, 1960, 2040, 2163, 2247, 2376, 2464, 2599, 2691
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Third differences are 4, -6, 8, -10, 12, -14, 16, -18, 20, -22, 24, -26, 28,...
Sequence allows us to find X values of the equation: 5*X^3 + X^2 = Y^2. - Mohamed Bouhamida (bhmd95(AT)yahoo.fr), Nov 06 2007
|
|
LINKS
|
R. Stephan, On the solutions to 'px+1 is square'
|
|
FORMULA
|
Expansion of x*(3+4*x+3*x^2)/((1-x)*(1-x^2)).
a(n) = ((5k+1)^2-1)/5 if n is odd; a(n) = ((5k+4)^2-1)/5 if n is even.
a(2n)=n(5n+2), a(2n+1)=5*n^2+8n+3. - Mohamed Bouhamida (bhmd95(AT)yahoo.fr), Nov 06 2007
Also, for all a(n) even, is a(n)=[4n*(n+1)]/5; example: n=4, a(4)=16; n=5, a(5)=24; n=9, a(9)=72; n=10, a(10)=88. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 24 2009]
|
|
MATHEMATICA
|
(Select[ Range[121], Mod[ #, 5] == 1 || Mod[ #, 5] == 4 &]^2 - 1)/5 (from Robert G. Wilson v Jun 23 2004)
|
|
CROSSREFS
|
Cf. A005563, A046092, A001082, A002378.
Sequence in context: A162159 A004782 A116040 this_sequence A117491 A110585 A000412
Adjacent sequences: A036663 A036664 A036665 this_sequence A036667 A036668 A036669
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
EXTENSIONS
|
Better description and additional formula from Santi Spadaro (spados(AT)katamail.com), Jul 12 2001
|
|
|
Search completed in 0.002 seconds
|