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!)
A136583 n such that floor(sqrt(10^(2*n-1))) is (probably) prime. 3
1, 2, 7, 18, 33, 206, 468, 1061, 6831, 40377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number of digits of sqrt(10)-primes (A136582).
The n such that A017934(2*n-1) is (probably) prime.
LINKS
MATHEMATICA
rd = RealDigits[Sqrt[10], 10, 10^5][[1]]; Do[ If[ PrimeQ@ FromDigits@ Take[rd, n], Print@n], {n, 10^5}] (* Robert G. Wilson v, Jan 20 2008 *)
PROG
(Magma) for n in [1..10^6] do if IsPrime(Isqrt(10^(2*n-1))) then printf "%o, ", n; end if; end for; // Jason Kimberley, Sep 03 2011
CROSSREFS
Sequence in context: A107615 A195605 A184096 * A307684 A141631 A172188
KEYWORD
nonn,base,more
AUTHOR
Lekraj Beedassy, Jan 09 2008
EXTENSIONS
a(6) - a(8) from Robert G. Wilson v, Jan 20 2008
Probable terms a(9) and a(10) from Jason Kimberley, Aug 19 and Sep 03 2011
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 April 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)