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!)
A143932 a(n) = smallest positive prime number of the form x^2 - n! (where x is a positive integer). 2
3, 2, 3, 97, 241, 241, 1201, 3361, 5569, 61441, 240769, 915049, 240769, 17302321, 7076521, 49186201, 2100735289, 1074527281, 23971813321, 32354445841, 68820869329, 2992426816129, 26238323995129, 104071698229321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For smallest positive integers x see A143931. Prime x see A143933.
LINKS
EXAMPLE
a(1)=3 because 2^2 - 1! = 3;
a(2)=2 because 2^2 - 2! = 2;
a(3)=3 because 3^2 - 3! = 3;
a(4)=97 because 11^2 - 4! = 97.
MATHEMATICA
b = {}; Do[k = Round[Sqrt[n! ]] + 1; While[ ! PrimeQ[k^2 - n! ], k++ ]; AppendTo[b, k^2-n! ], {n, 1, 50}]; b
CROSSREFS
Sequence in context: A139075 A089750 A109591 * A304496 A195258 A370450
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 05 2008
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)