cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103789 Primes from merging of 8 successive digits in decimal expansion of the Golden Ratio, (1+sqrt(5))/2.

This page as a plain text file.
%I A103789 #35 Feb 16 2025 08:32:56
%S A103789 65638117,18939113,40880753,33862223,63544333,59395829,26613199,
%T A103789 26788067,20876689,62629631,87012203,85098743,12544877,66478091,
%U A103789 87124007,70575179,10427621,77111777,17141011,71410117,66979873
%N A103789 Primes from merging of 8 successive digits in decimal expansion of the Golden Ratio, (1+sqrt(5))/2.
%C A103789 Leading zeros are not permitted, so each term is 8 digits in length. - _Harvey P. Dale_, Oct 23 2011
%H A103789 Vincenzo Librandi, <a href="/A103789/b103789.txt">Table of n, a(n) for n = 1..1000</a>
%H A103789 Simon Plouffe, <a href="http://www.gutenberg.org/ebooks/634">Expansion of the Golden Ratio</a> done to 20,000 digits as part of project Gutenberg.
%H A103789 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GoldenRatio.html">Golden Ratio</a>.
%t A103789 Select[Select[FromDigits/@Partition[RealDigits[N[GoldenRatio,1000]][[1]],8,1],PrimeQ],IntegerLength[#]==8&] (* _Harvey P. Dale_, Dec 04 2010 *)
%Y A103789 Cf. A001622.
%K A103789 nonn,base
%O A103789 1,1
%A A103789 Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
%E A103789 Broken URL to Project Gutenberg replaced by _Georg Fischer_, Jan 03 2009
%E A103789 Offset changed from 0 to 1 by _Vincenzo Librandi_, Apr 22 2013