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!)
A077002 a(1) = 1, a(n+1) is the largest triangular number <= n*a(n). 2
1, 1, 1, 3, 10, 45, 253, 1770, 14028, 125751, 1256905, 13825911, 165902220, 2156701326, 30193705191, 452904989670, 7246477931241, 123190111062756, 2217421939553376, 42131016700673761, 842620333202031306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MAPLE
a[1] := 1:for n from 2 to 100 do a[n] := floor(evalf(-1/2+1/2*sqrt(1+8*(n-1)*a[n-1])+1/10^50, 300)):a[n] := a[n]*(a[n]+1)/2:od:seq(a[l], l=1..100);
MATHEMATICA
nxt[{n_, a_}]:=Module[{c=Floor[(Sqrt[1+8n*a]-1)/2]}, {n+1, (c(c+1))/2}]; NestList[nxt, {1, 1}, 20][[All, 2]] (* Harvey P. Dale, Jun 04 2021 *)
CROSSREFS
Cf. A077003.
Sequence in context: A099237 A006220 A020026 * A268224 A003704 A292181
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 26 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 26 2003
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)