|
Search: id:A107263
|
|
|
| A107263 |
|
Position where n (presumably) appears the last time in A032531, or 0 if n keeps appearing. |
|
+0 2
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
The sequence resulted from analysis of A032531(n), n<= 2*10^6.
We can only speak of provisional values and, in the absence of any proof, I am not sure how rigorous these results are for n > 2*10^6. - Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 03 2006
I extended the analysis of A032531(n) to all n<= 10^7. Same comments apply considering the new limit and, of course, the uniqueness of Stephan's sequence remains as always only a conjecture since there's no proof that the sequence should be anything different from the zero sequence for all, most or even any of the terms - Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 08 2006
|
|
PROGRAM
|
(PARI) b(n)=n-binomial(floor(1/2+sqrt(2+2*n)), 2) value=vector(400000); posit=vector(400000); for(i=0, 10000000, value[value[b(i)+1]+1]+=1; posit[value[b(i)+1]+1]=i); for(k=1, 5, print1(posit[k], ", ")) - Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 08 2006
|
|
CROSSREFS
|
Cf. A107262.
Sequence in context: A059050 A056073 A028519 this_sequence A017404 A017524 A103282
Adjacent sequences: A107260 A107261 A107262 this_sequence A107264 A107265 A107266
|
|
KEYWORD
|
nonn,hard,more
|
|
AUTHOR
|
Ralf Stephan (ralf(AT)ark.in-berlin.de), May 15 2005
|
|
EXTENSIONS
|
Corrected and extended by Herman Jamke (hermanjamke(AT)fastmail.fm), Nov 03 2006, Nov 08 2006
|
|
|
Search completed in 0.002 seconds
|