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

%I #9 Dec 30 2023 11:06:38

%S 1,2,3,7,11,12,27,31,56,107,109,132,309,343,627,968,1332,1891,3129,

%T 3434,5291,5656,8831,13332,18972,19492,28248,37067,58309,107516,

%U 140547,278172,281743,368507,424256,774325,1247307,2788547,3126968,3660565,3949427,7732916

%N a(n) = k such that the k-th triangular number is A068808(n).

%C a(n) = k such that A000217(k) = A068808(n). - _Jon E. Schoenfield_, Dec 30 2023

%F a(n) = (sqrt(1 + 8*A068808(n)) - 1)/2. - _Jon E. Schoenfield_, Dec 30 2023

%e a(8) = 31 because A068808(n) = 496 = 31*(31+1)/2 = A000217(31).

%p 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);

%Y Cf. A000217, A068808.

%K nonn

%O 1,2

%A Francois Jooste (phukraut(AT)hotmail.com), Mar 10 2002

%E Better name and more terms from _Jon E. Schoenfield_, Dec 30 2023

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 June 12 12:44 EDT 2024. Contains 373331 sequences. (Running on oeis4.)