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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154154 Indices n such that 30 plus the n-th triangular number is a perfect square. 1
3, 13, 34, 84, 203, 493, 1186, 2876, 6915, 16765, 40306, 97716, 234923, 569533, 1369234, 3319484, 7980483, 19347373, 46513666 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

FORMULA

{k: 30+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*(-3-10*x-3*x^2+10*x^3+4*x^4)/((x-1) * (x^2-2*x-1) * (x^2+2*x-1)) = (8+(-5-2*x)/(x^2+2*x-1)+(12+29*x)/(x^2-2*x-1)+1/(x-1))/2 .

EXAMPLE

3*(3+1)/2+30 = 6^2. 13*(13+1)/2+30 = 11^2. 34*(34+1)/2+30 = 25^2. 84*(84+1)/2+30 = 60^2.

PROG

(PARI) {for (n=0, 10^9, if ( issquare(n*(n+1)\2 + 30), print1(n, ", ") ) ); }

CROSSREFS

Cf. A000217, A000290, A006451.

Sequence in context: A033943 A026084 A016061 * A137976 A095661 A058214

Adjacent sequences:  A154151 A154152 A154153 * A154155 A154156 A154157

KEYWORD

nonn,less

AUTHOR

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

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 14 19:37 EST 2012. Contains 205663 sequences.