login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065574 The first n senary digits found in decimal expansion of pi form a prime. 0
1, 4, 92, 762, 813 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

p = First[ RealDigits[ Pi, 10, 10^5]]; p = p[[ Select[ Range[10^5], p[[ # ]] == 0 || p[[ # ]] == 1 || p[[ # ]] == 2 || p[[ # ]] == 3 || p[[ # ]] == 4 || p[[ # ]] == 5 & ]]]; Do[ If[ PrimeQ[ FromDigits[ Take[p, n], 6]], Print[n]], {n, 1, 3000} ]

CROSSREFS

Sequence in context: A195551 A024261 A129434 * A113252 A003737 A012071

Adjacent sequences:  A065571 A065572 A065573 * A065575 A065576 A065577

KEYWORD

nonn,base

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 01 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.