login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154144 Indices k such that 13 plus the k-th triangular number is a perfect square. 1
2, 8, 23, 53, 138, 312, 807, 1821, 4706, 10616, 27431, 61877, 159882, 360648, 931863, 2102013, 5431298, 12251432, 31655927, 71406581, 184504266, 416188056, 1075369671, 2425721757 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(1..4)=(2,8,23,53); a(n>4)=6*a(n-2)-a(n-4)+2. [From Ctibor O. Zizka (c.zizka(AT)email.cz), Nov 10 2009]

LINKS

F. T. Adams-Watters, SeqFan Discussion, Oct 2009

FORMULA

{k: 13+k*(k+1)/2 in A000290}

Conjecture: a(n)= +a(n-1) +6*a(n-2) -6*a(n-3) -a(n-4) +a(n-5).

Conjecture: G.f.: x*(-2-6*x-3*x^2+6*x^3+3*x^4)/((x-1) * (x^2-2*x-1) * (x^2+2*x-1)) = (6+(-3-2*x)/(x^2+2*x-1)+1/(x-1)+(8+19*x)/(x^2-2*x-1))/2 .

EXAMPLE

2*(2+1)/2+13 = 4^2. 8*(8+1)/2+13 = 7^2. 23*(23+1)/2+13 = 17^2. 53*(53+1)/2+13 = 38^2.

MATHEMATICA

With[{nn=25000}, Transpose[Select[Thread[{Range[nn], Accumulate[ Range[nn]]}], IntegerQ[Sqrt[#[[2]]+13]]&]][[1]]] (* From Harvey P. Dale, Jan 13 2012 *)

CROSSREFS

Cf. A000217, A000290, A006451.

Sequence in context: A190021 A014285 A079460 * A180664 A018042 A072842

Adjacent sequences:  A154141 A154142 A154143 * A154145 A154146 A154147

KEYWORD

nonn,more

AUTHOR

R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 18 2009

EXTENSIONS

a(16)-a(24) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Nov 01 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 07:39 EST 2012. Contains 205881 sequences.