|
Search: id:A094341
|
|
| |
|
| 2, 1, 3, 5, 9, 4, 23, 6, 8, 10, 40, 7, 22, 30, 11, 15, 67, 19, 49, 13, 38, 42, 43, 14, 12, 56, 21, 46, 48, 18, 58, 16, 41, 68, 37, 20, 89, 57, 60, 55, 76, 63, 151, 78, 107, 96, 98, 17, 61, 65, 69, 71, 24, 103, 87, 64, 80, 74, 44, 83, 59, 92, 101, 94, 72, 91, 185, 142, 104, 45
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MAPLE
|
A094339 := proc(nmax) local a, n, sprev, i; a := [2] ; while nops(a) < nmax do sprev := add(i, i=a) ; n := 1 ; while sprev mod n <> 0 or n in a do n := n+1 ; od ; a := [op(a), n] ; od ; RETURN(a) ; end: a094339 := A094339(300) : n := 1 : while member(n, a094339, 'w') do printf("%d, ", w) ; n := n+1 ; od : - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007
|
|
CROSSREFS
|
Cf. A094339, A094340.
Adjacent sequences: A094338 A094339 A094340 this_sequence A094342 A094343 A094344
Sequence in context: A135017 A070168 A021828 this_sequence A092944 A049902 A096631
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 17 2004
|
|
EXTENSIONS
|
Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007
|
|
|
Search completed in 0.002 seconds
|