Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120679
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120679 a(1)=1. a(n) = a(n-1) + d(a(k)), where d(m) is the number of positive divisors of m and d(a(k)) is the maximum value over the k's where 1<=k <=n-1. +0
2
1, 2, 4, 7, 10, 14, 18, 24, 32, 40, 48, 58, 68, 78, 88, 98, 108, 120, 136, 152, 168, 184, 200, 216, 232, 248, 264, 280, 296, 312, 328, 344, 360, 384, 408, 432, 456, 480, 504, 528, 552, 576, 600, 624, 648, 672, 696, 720, 750, 780, 810, 840, 872, 904, 936, 968 (list; graph; listen)
OFFSET

1,2

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

The number of positive divisors of the first 13 terms of this sequence form the sequence 1,2,3,2,4,4,6,8,6,8,10,4,6 (sequence A120680). Of these terms, 10 is the largest. So a(14) = a(13) + 10 = 78.

MAPLE

A120679 := proc(maxn) local d, p, a, n; a := [1] ; d := 1 ; for n from 2 to maxn do d := max(d, numtheory[tau](a[n-1])) ; a := [op(a), a[n-1]+d] ; od ; RETURN(a) ; end: nmax := 80 : a := A120679(nmax) : for n from 1 to nmax do printf("%d, ", a[n]) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 17 2006

CROSSREFS

Cf. A120680.

Sequence in context: A088236 A014616 A144873 this_sequence A145106 A127723 A076268

Adjacent sequences: A120676 A120677 A120678 this_sequence A120680 A120681 A120682

KEYWORD

nonn

AUTHOR

Leroy Quet Jun 24 2006

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 17 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research