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!)
A118842 Primes of the form ceiling(phi^n). 1
2, 3, 5, 7, 47, 2207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) = ceiling(phi^51169) has 10,694 decimal digits.
LINKS
Eric Weisstein's World of Mathematics, Phi-Prime
FORMULA
a(n)=A062724(A118841(n)). - R. J. Mathar, Sep 07 2007
PROG
(PARI) phi=(1+sqrt(5))/2; for(n=1, 1e4, if(ispseudoprime(t=ceil(phi^n)), print1(t", "))) \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
Cf. A118841.
Sequence in context: A171020 A214179 A178237 * A364831 A244595 A244597
KEYWORD
nonn,hard
AUTHOR
Eric W. Weisstein, May 01 2006
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)