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!)
A094609 Numbers n such that n concatenated with n+1 is triangular. 0
4, 7, 49, 52, 295, 369, 415, 499, 502, 594, 652, 760, 2254, 4999, 5002, 8827, 10330, 14877, 49999, 50002, 490150, 499999, 500002, 509949, 3347109, 4999999, 5000002, 6983470, 24913494, 49999999, 50000002 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers 4, 49, 499, 4999, ...; 52, 502, 5002, 50002, ...; 594, 509949, 500999499, 500099994999, ...; 415, 490150, 499001500, 499900015000, ...; with obvious patterns are members of the sequence. - Vladeta Jovovic, Jun 09 2004
LINKS
EXAMPLE
E.g. 5253 is triangular so 52 is a member.
MATHEMATICA
triQ[n_] := Block[{k = Floor[ Sqrt[2n]]}, If[ k(k + 1) == 2n, True, False]]; Do[ If[ triQ[ FromDigits[ Join[ IntegerDigits[n], IntegerDigits[n + 1]] ]] == True, Print[ n]], {n, 45000000}] (* Robert G. Wilson v, Jun 09 2004 *)
CROSSREFS
Cf. A000217.
Sequence in context: A115439 A348625 A192168 * A249936 A049191 A308463
KEYWORD
base,nonn
AUTHOR
Jason Earls, Jun 06 2004
EXTENSIONS
More terms from Robert G. Wilson v, Jun 09 2004
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)