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!)
A120245 a(1) = 1. a(m(m+1)/2 + k) = a(m) + a(k), 1 <= k <= m+1, m >= 1. 3
1, 2, 3, 3, 4, 5, 4, 5, 6, 6, 4, 5, 6, 6, 7, 5, 6, 7, 7, 8, 9, 6, 7, 8, 8, 9, 10, 9, 5, 6, 7, 7, 8, 9, 8, 9, 6, 7, 8, 8, 9, 10, 9, 10, 11, 7, 8, 9, 9, 10, 11, 10, 11, 12, 12, 7, 8, 9, 9, 10, 11, 10, 11, 12, 12, 10, 5, 6, 7, 7, 8, 9, 8, 9, 10, 10, 8, 9, 6, 7, 8, 8, 9, 10, 9, 10, 11, 11, 9, 10, 11, 7, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Michael De Vlieger, Annotated fan-style heat map of a(n), n = 1..3321, showing n = k(k+1)/2..(k+1)(k+2)/2-1 in semicircular row k, where purples and blues indicate smallest values and reds and magentas largest values in the sequence.
Kevin Ryde, PARI/GP Code
MATHEMATICA
nn = 12; a[1] = 1; Do[Set[j, a[m] + a[k]]; Set[a[m (m + 1)/2 + k], j], {m, nn}, {k, m + 1}]; Array[a, # (# + 1)/2] &[nn + 1]] (* Michael De Vlieger, Aug 23 2022 *)
PROG
(PARI) See links.
CROSSREFS
Sequence in context: A328801 A106500 A280315 * A120246 A361261 A120244
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Jun 12 2006
EXTENSIONS
Extended by Ray Chandler, Jun 19 2006
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)