The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A067991 a(n) = k such that the k-th triangular number is A068808(n). 0
1, 2, 3, 7, 11, 12, 27, 31, 56, 107, 109, 132, 309, 343, 627, 968, 1332, 1891, 3129, 3434, 5291, 5656, 8831, 13332, 18972, 19492, 28248, 37067, 58309, 107516, 140547, 278172, 281743, 368507, 424256, 774325, 1247307, 2788547, 3126968, 3660565, 3949427, 7732916 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = k such that A000217(k) = A068808(n). - Jon E. Schoenfield, Dec 30 2023
LINKS
FORMULA
a(n) = (sqrt(1 + 8*A068808(n)) - 1)/2. - Jon E. Schoenfield, Dec 30 2023
EXAMPLE
a(8) = 31 because A068808(n) = 496 = 31*(31+1)/2 = A000217(31).
MAPLE
dig := X->convert((convert(X, base, 10)), `+`); T := k->k*(k+1)/2; S := k->seq(dig(T(i)), i=1..k-1); seq(`if`(dig(T(i))>max(S(i)), i, printf("")), i=1..600);
CROSSREFS
Sequence in context: A110449 A229082 A176363 * A114600 A088905 A045319
KEYWORD
nonn
AUTHOR
Francois Jooste (phukraut(AT)hotmail.com), Mar 10 2002
EXTENSIONS
Better name and more terms from Jon E. Schoenfield, Dec 30 2023
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 May 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)