Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124056
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124056 a(1)=1. a(n) = number of terms from among the first (n-1) terms of the sequence which divide a(n-1). +0
1
1, 1, 2, 3, 3, 4, 4, 5, 3, 5, 4, 6, 7, 3, 6, 9, 7, 4, 7, 5, 5, 6, 10, 8, 8, 9, 8, 10, 9, 9, 10, 10, 11, 3, 7, 6, 12, 17, 3, 8, 11, 4, 8, 13, 3, 9, 14, 8, 14, 9, 15, 14, 10, 12, 21, 14, 11, 5, 7, 7, 8, 15, 16, 16, 17, 4, 9, 16, 19, 3, 10, 14, 14, 15, 18, 23, 3, 11, 6, 17, 5, 8, 17, 6, 18, 27, 19 (list; graph; listen)
OFFSET

1,3

COMMENT

First occurrence of k: 1, 3, 4, 6, 8, 12, 13, 24, 16, 23, 33, 37, 44, 47, 51, 63, 38, 75, 69, 101, 55, 91, 76, 132, 102, ..., . - Robert G. Wilson v, Nov 05 2006

LINKS

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

EXAMPLE

a(12) is 6. a(1)=1, a(2)=1, a(3)=2, a(4)=3, a(5)=3, a(9)=3 and a(12)=6 are the seven terms that divide 6. So a(13)= 7.

MATHEMATICA

f[s_] := Append[s, Count[Mod[s[[ -1]], s], 0]]; Nest[f, {1, 1}, 86] (* Robert G. Wilson v *)

a[1]= 1 L[1]= {1} a[n_]:=a[n]= Sum[If[Mod[a[n - 1], L[n - 1][[i]]]==0, 1, 0], {i, 1, n-1}] L[n_]:=L[n]= Table[a[i], {i, 1, n}] L[40] (Joel Lewis (jblewis(AT)fas.harvard.edu), Nov 05 2006)

CROSSREFS

Sequence in context: A029107 A063123 A086333 this_sequence A030396 A064066 A060607

Adjacent sequences: A124053 A124054 A124055 this_sequence A124057 A124058 A124059

KEYWORD

nonn

AUTHOR

Leroy Quet Nov 03 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Joel Lewis (jblewis(AT)fas.harvard.edu), Nov 05 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