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!)
A270387 Primes p such that A000129(p) is not a prime number. 1
7, 17, 19, 23, 31, 37, 43, 47, 61, 67, 71, 73, 79, 83, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 173, 179, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that ((1+sqrt(2))^p - (1-sqrt(2))^p) / (2*sqrt(2)) is a composite number.
LINKS
PROG
(PARI) a000129(n) = ([2, 1; 1, 0]^n)[2, 1];
forprime(p=2, 1e3, if(!isprime(a000129(p)), print1(p, ", ")));
CROSSREFS
Sequence in context: A191070 A167797 A001913 * A071845 A084704 A198032
KEYWORD
nonn
AUTHOR
Altug Alkan, Mar 16 2016
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 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)