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!)
A339945 Numbers y such that sqrt(6*y^2+10)-3 is prime. 2
3, 13, 31, 129, 29180479, 121378881, 110778874246369293, 263631110418336671, 95129083120198558843838970225921, 213007829848951141529011991896053267187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
sqrt(p + (p^2-1)/6) for p in A339935.
Primes in this sequence include 3, 13, 31. Are there any others?
LINKS
EXAMPLE
a(3) = 31 is a term because sqrt(6*31^2+10)-3 = 73 is prime.
MAPLE
g:= gfun:-rectoproc({a(i+4)-10*a(i+2)+a(i)=0, a(0)=1, a(1)=3, a(2)=13, a(3)= 31}, a(i), remember):
select(y -> isprime(sqrt(6*y^2+10)-3), map(g, [$1..100]));
CROSSREFS
Cf. A339935.
Sequence in context: A213970 A034050 A107689 * A154834 A159047 A219971
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Dec 23 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 24 12:42 EDT 2024. Contains 371938 sequences. (Running on oeis4.)