|
Search: id:A090203
|
|
|
| A090203 |
|
a(n) = p-th digit of phi where p = n-th prime. |
|
+0 2
|
|
| 6, 1, 0, 3, 7, 9, 8, 8, 5, 3, 5, 7, 3, 9, 8, 8, 4, 8, 5, 4, 2, 2, 7, 2, 1, 4, 4, 0, 8, 3, 3, 2, 9, 1, 7, 6, 4, 9, 5, 5, 6, 8, 9, 8, 2, 7, 6, 6, 0, 2, 0, 2, 9, 3, 4, 7, 2, 0, 5, 9, 4, 1, 9, 0, 4, 7, 5, 8, 4, 2, 5, 0, 1, 0, 8, 4, 2, 7, 8, 6, 0, 9, 2, 0, 1, 1, 0, 1, 1, 7, 6, 8, 5, 6, 7, 3, 3, 8, 3, 9, 7, 7, 1, 2, 0
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
COMMENT
|
The prime-th digits of Phi.
Is the number 6.10379885357398... irrational, transcendental?
|
|
EXAMPLE
|
The 5th prime is 11. The 11th digit of Phi is 7, the 5th term in the sequence.
|
|
PROGRAM
|
(PARI) \primeth.gp primeth(n) = { default(realprecision, 1000); p=Str((sqrt(5)+1)/2*10^999); default(realprecision, 28); forprime(x=2, n, print1(mid(p, x, 1)", ") ) } mid(str, s, n) = { v =""; tmp = Vec(str); ln=length(tmp); for(x=s, s+n-1, v=concat(v, tmp[x]); ); return(v) }
|
|
CROSSREFS
|
Sequence in context: A059117 A021625 A011221 this_sequence A120113 A074395 A127573
Adjacent sequences: A090200 A090201 A090202 this_sequence A090204 A090205 A090206
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jan 22 2004
|
|
|
Search completed in 0.002 seconds
|