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!)
A103811 Primes from merging of 3 successive digits in decimal expansion of the Golden Ratio, (1+sqrt(5))/2. 24
887, 683, 563, 811, 179, 227, 281, 449, 911, 113, 137, 521, 223, 353, 317, 179, 607, 263, 443, 433, 389, 659, 593, 829, 563, 383, 661, 613, 131, 199, 829, 269, 631, 313, 443, 149, 587, 701, 887, 547, 461, 569, 953, 449, 241, 443, 449, 947, 467, 509, 743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 3 digits in length. - Harvey P. Dale, Oct 23 2011
LINKS
Eric Weisstein's World of Mathematics, The Golden Ratio.
Expansion of the Golden Ratio done to 20,000 digits as part of project Gutenberg.
MATHEMATICA
With[{len=3}, FromDigits/@Select[Partition[RealDigits[GoldenRatio, 10, 1000][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[ FromDigits[#]] == len&]] (* Harvey P. Dale, Oct 23 2011 *)
CROSSREFS
Cf. A001622.
Sequence in context: A261760 A031794 A020393 * A190354 A164513 A031938
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Apr 22 2013
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)