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!)
A173428 The smallest prime appearing in the truncated version of the decimal expansion of (Golden Ratio)^n shifted iteratively left. 0
1618033, 2618033988749, 42360679, 6854101, 1109, 179, 2903, 469787, 760131556174964248389559523684316960024905121133959373, 1229, 19900502499874064149, 32199689437, 5210019193, 8429 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The n-th power of the golden ratio A001622 is successively shifted left, building floor(A001622^n *10^k) for k = 0, 1, 2, 3,...
As soon as this becomes a prime, we let a(n) be this prime.
LINKS
Eric Weisstein's World of Mathematics, Phi-Prime
EXAMPLE
1618033 is the first prime found in the decimal expansion of Golden Ratio A001622, after 6 shifts to the left.
2618033988749 is the first prime found in the decimal expansion of (Golden Ratio)^2, A104457.
42360679 is the first prime found in the decimal expansion of (Golden Ratio)^3, A098317.
MAPLE
Digits := 200:for n from 1 to 50 do: n0 := evalf(((sqrt(5)+1)/2)^n): for p from 1 to 100 while (type(trunc(10^p*n0), prime)= false) do:od: n2:= trunc(10^p*n0): print (n2): od:
CROSSREFS
Sequence in context: A294776 A103793 A064117 * A015334 A015377 A296450
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Feb 18 2010
EXTENSIONS
Edited by R. J. Mathar, Feb 24 2010
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)