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!)
A198177 10-digit primes found in the decimal expansion of the Golden Ratio phi, in the order of occurrence. 31
1772030917, 4189391137, 6222353693, 7931800607, 5959395829, 5829056383, 3832266131, 6131992829, 6892501711, 9250171169, 1043216269, 3136144381, 7587012203, 7954454749, 8509874339, 4487706647, 1240076521, 7780531531, 5315317141, 1704666599, 7046665991 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 10 digits in length.
The sequence A103752 has erroneously the same definition; the actual definition of the terms is unknown. - M. F. Hasler, Nov 01 2014
LINKS
MATHEMATICA
With[{len=10}, Select[FromDigits/@Partition[RealDigits[GoldenRatio, 10, 1000][[1]], len, 1], IntegerLength[#]==len&&PrimeQ[#]&]]
PROG
(PARI) default(realprecision, N=1000); m=10^10; phi=sqrt(5/4)+.5; for(k=9, N, isprime(phi\.1^k%m)||next; (p=phi\.1^k%m)>10^9&&print1(p", ")) \\ M. F. Hasler, Oct 31 2014
CROSSREFS
Sequence in context: A258423 A174762 A147769 * A129616 A105006 A318788
KEYWORD
nonn,base
AUTHOR
Harvey P. Dale, Oct 21 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 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)