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!)
A095826 Numbers k such that k + largest digit of k is a triangular number. 1
0, 3, 5, 19, 24, 28, 33, 41, 50, 58, 60, 69, 71, 83, 96, 115, 128, 133, 165, 182, 205, 268, 291, 322, 369, 371, 397, 402, 431, 488, 519, 523, 587, 624, 658, 660, 694, 734, 773, 812, 853, 894, 937, 981, 1032, 1074, 1119, 1124, 1168, 1318, 1323, 1369, 1371, 1535 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
41 is a term because 41 + 4 = 45, a triangular number.
MATHEMATICA
nldnQ[n_]:=IntegerQ[(Sqrt[8(n+Max[IntegerDigits[n]])+1]-1)/2]; Select[ Range[0, 2000], nldnQ] (* Harvey P. Dale, May 29 2012 *)
CROSSREFS
Sequence in context: A118484 A243898 A243900 * A058778 A211439 A088785
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jul 10 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 August 29 08:01 EDT 2024. Contains 375510 sequences. (Running on oeis4.)