|
Search: id:A094340
|
|
| |
|
| 2, 1, 1, 3, 2, 2, 4, 9, 5, 4, 3, 5, 5, 9, 5, 4, 8, 15, 8, 12, 27, 52, 7, 4, 2, 5, 3, 6, 106, 14, 5, 9, 5, 4, 6, 107, 180, 21, 362, 121, 183, 176, 69, 59, 150, 28, 151, 232, 19, 10, 2, 11, 9, 233, 360, 247, 304, 155, 244, 195, 98, 231, 174, 196, 50, 591, 296, 198, 51, 199, 160, 115
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Conjecture: Every natural number occurs in this sequence.
|
|
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: A094340 := proc(a094339, n) add( op(i, a094339), i=1..n)/op(n+1, a094339) ; end: a094339 := A094339(100) ; for n from 1 to nops(a094339)-1 do printf("%d, ", A094340(a094339, n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 30 2007
|
|
CROSSREFS
|
Cf. A094339, A094341.
Sequence in context: A029308 A029259 A110248 this_sequence A058636 A132462 A104467
Adjacent sequences: A094337 A094338 A094339 this_sequence A094341 A094342 A094343
|
|
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
|