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.

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

Original entry on oeis.org

398874989, 752126633, 250171169, 222104321, 626296313, 381497587, 587012203, 408058879, 410443207, 104432077, 850987433, 433944221, 798731761, 523689427, 287856997, 165339247, 115881863, 993432359, 509040947, 116456299, 602017279, 471753427, 827505131, 248093947
Offset: 1

Views

Author

Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005

Keywords

Comments

Leading zeros are not permitted, so each term is 9 digits in length. - Harvey P. Dale, Oct 23 2011
Presumably all 45086079 possible terms eventually occur, probably in the first billion terms or so. - Charles R Greathouse IV, Sep 25 2012

Crossrefs

Cf. A001622.

Programs

  • Mathematica
    Select[FromDigits/@Partition[RealDigits[GoldenRatio,10,2000][[1]],9,1], IntegerLength[#]==9&&PrimeQ[#]&] (* Harvey P. Dale, Mar 19 2011 *)

Extensions

Broken URL to Project Gutenberg replaced by Georg Fischer, Jan 03 2009
Extended by Harvey P. Dale, Mar 19 2011