login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230060 Numbers n such that the distance from n^2 to the smallest triangular number >= n^2 is itself triangular. 1
1, 3, 5, 6, 7, 9, 11, 15, 18, 20, 28, 30, 35, 42, 45, 54, 60, 63, 66, 77, 78, 88, 90, 102, 105, 114, 117, 126, 130, 138, 150, 162, 165, 174, 175, 186, 198, 204, 210, 221, 222, 234, 245, 246, 247, 258, 264, 266, 270, 282, 294, 306, 315, 318, 330, 342, 351, 354, 366, 368, 378, 385, 390 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) is(n)=t=floor((sqrt(8*n^2)-1)/2)+1; t=t*(t+1)/2-n^2; tt=floor((sqrt(8*t)-1)/2)+1; (tt*(tt+1)/2==t
CROSSREFS
Sequence in context: A072153 A206929 A331546 * A039025 A326675 A043692
KEYWORD
nonn
AUTHOR
Ralf Stephan, Oct 08 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 03:35 EDT 2024. Contains 371989 sequences. (Running on oeis4.)