[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090518 Primes arising in A090517, or 0 if A090517(n) = 0. 4
5, 11, 83, 769, 3571, 52631, 1428571, 3703703, 83333333, 769230769, 5882352941, 13513513513, 588235294117, 7142857142857, 12195121951219, 151515151515151, 2777777777777777, 22727272727272727, 1111111111111111111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: No term is zero.
LINKS
PROG
(PARI) A090518(n)={ local(k, tenn) ; k=1 ; tenn=10^n ; while(1, if( isprime(floor(tenn/k)), return(floor(tenn/k)) ) ; k++ ; ) ; } { for(n=1, 40, print1(A090518(n), ", ") ; ) } - R. J. Mathar, Nov 19 2006
CROSSREFS
Sequence in context: A345015 A002359 A292754 * A057726 A057727 A228503
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Dec 07 2003
EXTENSIONS
Corrected and extended by R. J. Mathar, Nov 19 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)