login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105434 a(1)=1. a(n+1) = a(n) + (number of terms, from among the first n terms of the sequence, which occur among (d(a(1)),d(a(2)),d(a(3)),...d(a(n))), where d(n) = A000005(n)). 1
1, 2, 4, 6, 9, 12, 16, 20, 24, 28, 32, 36, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86, 91, 96, 102, 108, 114, 120, 127, 134, 141, 148, 155, 162, 169, 176, 183, 190, 197, 204, 211, 218, 225, 232, 239, 246, 253, 260, 267, 274, 281, 288, 295, 302, 309, 316, 323, 330, 337 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

f[l_] := Append[l, l[[ -1]] + Count[MemberQ[l, # ] & /@ Union@DivisorSigma[0, l], True]]; Nest[f, {1}, 58]

CROSSREFS

Cf. A000005. A variant of A130798.

Sequence in context: A155752 A145801 A033291 * A145196 A061536 A095114

Adjacent sequences:  A105431 A105432 A105433 * A105435 A105436 A105437

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 26 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:46 EST 2012. Contains 205985 sequences.