|
| |
|
|
A118841
|
|
Numbers n such that ceiling(phi^n) is prime.
|
|
1
| |
|
|
1, 2, 3, 4, 8, 16, 51169, 56003, 81671, 89849, 94823
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Phi-Prime
|
|
|
PROG
| (PARI) phi=(1+sqrt(5))/2; for(n=1, 1e4, if(ispseudoprime(ceil(phi^n)), print1(n", "))) \\ Charles R Greathouse IV, Jul 29 2011
|
|
|
CROSSREFS
| Cf. A118842, A001606.
Sequence in context: A126294 A162724 A140974 * A102276 A105055 A108506
Adjacent sequences: A118838 A118839 A118840 * A118842 A118843 A118844
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com), May 01, 2006
|
|
|
EXTENSIONS
| a(7)-a(8) from Charles R Greathouse IV, Jul 30 2011
a(9)-a(11) from Charles R Greathouse IV, Aug 01 2011
|
| |
|
|