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!)
A076199 a(n) equals the least s>0 such that n!! + s^2 is prime. 0
1, 1, 2, 3, 2, 5, 2, 5, 8, 7, 2, 19, 4, 17, 58, 11, 2, 17, 8, 31, 32, 17, 8, 13, 4, 23, 4, 23, 2, 53, 86, 37, 32, 23, 164, 79, 86, 23, 2, 229, 94, 89, 2, 89, 4, 83, 4, 149, 134, 31, 8, 83, 4, 53, 206, 227, 206, 283, 64, 43, 274, 37, 128, 263, 214, 163, 146, 167, 326, 157, 178 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
sp[n_]:=Module[{np=NextPrime[n]}, While[!IntegerQ[Sqrt[np-n]], np = NextPrime[ np]]; Sqrt[np-n]]; sp/@(Range[80]!!) (* Harvey P. Dale, Aug 04 2014 *)
CROSSREFS
Cf. A057019.
Sequence in context: A073893 A099552 A252749 * A318057 A136096 A284694
KEYWORD
nonn
AUTHOR
Zak Seidov, Nov 02 2002
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 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)