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!)
A198196 Numbers k such that [V(4,1,k)/4] = floor(cosh(k log(sqrt(3)+2))/2) = A004526(A001075(k)) is a prime. 1
2, 3, 5, 7, 11, 13, 17, 19, 79, 151, 199, 233, 251, 317, 863, 971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Further terms are 3049, 7451, 7487, 18869.
All terms must be primes. A117808 lists the corresponding primes floor(A001075(k)/2). Actually, the "floor" here and in the definition is only needed for the initial term 2, since no other even (thus composite) k can be in the sequence, and A001075(k) is even for odd k.
LINKS
D. Broadhurst, Re: Cubic factors of n^n+(n+1)^(n+1), in "primenumbers" Yahoo group, Oct 21 2011.
David Broadhurst, Cubic factors of n^n+(n+1)^(n+1), digest of 3 messages in primenumbers Yahoo group, Oct 21 - Oct 22, 2011.
PROG
(PARI) q=2+quadgen(12); for(n=1, 1e9, ispseudoprime(real(q^n)\2) & print1(n", "))
CROSSREFS
Sequence in context: A088415 A175063 A248199 * A139054 A290959 A003309
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Oct 21 2011
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)