login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158790 Odd integers n such that (x^n+1/x^n)/sqrt(8)+1 is prime, where x = sqrt(8)+sqrt(7). 0
1, 3, 11, 13, 77, 83, 181, 381, 525, 3829, 4141, 6093, 9589 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

No other terms below 32000.

LINKS

D.Broadhurst, The House That Jack Built

PROG

(PARI) { y = Mod(x, x^4-30*x^2+1); q8 = Mod(-1/2*x^3 + 31/2*x, x^4-30*x^2+1); forstep(n=1, 10^4, 2, if( ispseudoprime( polcoeff(lift((y^n+y^(-n))/q8), 0) + 1 ), print(n); ); ); } \\ From Max Alekseyev

CROSSREFS

Sequence in context: A083992 A105290 A201426 * A176049 A186078 A063963

Adjacent sequences:  A158787 A158788 A158789 * A158791 A158792 A158793

KEYWORD

more,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Mar 26 2009

EXTENSIONS

a(11)-a(13) from Max Alekseyev (maxale(AT)gmail.com), Dec 09 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.