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!)
A118841 Numbers n such that ceiling(phi^n) is prime. 1
1, 2, 3, 4, 8, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) if it exists is greater than 250000. - Mark Rodenkirch, Feb 22 2020
LINKS
Eric Weisstein's World of Mathematics, Phi-Prime
PROG
(PARI) c(n) = 3*fibonacci(n-1) + fibonacci(n-2) + (n % 2); \\ A169986(n) for n >= 1
for(n=1, 10^7, if(ispseudoprime(c(n)), print1(n, ", ")))
\\ Joerg Arndt, Feb 22 2020
CROSSREFS
Sequence in context: A364595 A352817 A189740 * A126294 A339973 A224912
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, 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
Incorrect a(7)-a(11) removed by Mark Rodenkirch, Feb 22 2020
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)