Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154139
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154139 Indices k such that 4 plus the k-th triangular number is a perfect square. +0
4
0, 6, 9, 39, 56, 230, 329, 1343, 1920, 7830, 11193, 45639, 65240, 266006, 380249, 1550399, 2216256, 9036390 (list; graph; listen)
OFFSET

1,2

COMMENT

Also numbers n such that (ceiling(sqrt(n*(n+1)/2)))^2 - n*(n+1)/2 = 4. [From Ctibor O. Zizka (c.zizka(AT)email.cz), Nov 10 2009]

a(1..4)=(0,6,9,39); 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: 4+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-3*x+6*x^2+x^3)/((x-1)*(x^2-2*x-1)*(x^2+2*x-1)) = 1+1/2*(4+11*x)/(x^2-2*x-1)+1/2/(x-1)+1/2*(-3+2*x)/(x^2+2*x-1).

EXAMPLE

0*(0+1)/2+4 = 2^2. 6*(6+1)/2+4 = 5^2. 9*(9+1)/2+4 = 7^2. 39*(39+1)/2+4 = 28^2.

MAPLE

a := proc (n) if type(sqrt(4+(1/2)*n*(n+1)), integer) = true then n else end if end proc: seq(a(n), n = 0 .. 10^7); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 31 2009]

CROSSREFS

Cf. A000217, A000290, A006451.

Sequence in context: A038263 A004989 A147355 this_sequence A126110 A098662 A056425

Adjacent sequences: A154136 A154137 A154138 this_sequence A154140 A154141 A154142

KEYWORD

nonn,more,new

AUTHOR

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

EXTENSIONS

a(17),a(18) from Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 31 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research