The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A095737 Mersenne-like sequence factors of complex real square type 2*Prime[m]^2-n^2-1. 0
2, 3, 5, 7, 9, 11, 13, 15, 17, 19, 23, 25, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 257, 263, 269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) =if (2^n-1)/(Prime[m]^2-n^2-1)=Integer then n
MATHEMATICA
digits=300 a=Delete[Union[Flatten[Table[If[ IntegerQ[(2^n-1)/(Prime[m]^2-n^2-1)]==True, n, 0], {n, 1, digits}, {m, 1, digits}]]], 1]
CROSSREFS
Sequence in context: A324697 A082664 A342008 * A054022 A185603 A046654
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Jul 06 2004
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 May 18 13:50 EDT 2024. Contains 372630 sequences. (Running on oeis4.)