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!)
A144724 a(n) is the smallest positive integer such that b * (Product_{k=1..n} a(k)) + 1 is prime, with b = 4. 12
1, 3, 5, 7, 8, 9, 11, 12, 14, 17, 20, 24, 30, 34, 44, 72, 85, 86, 92, 115, 122, 125, 132, 142, 150, 161, 162, 181, 186, 198, 224, 248, 252, 282, 283, 290, 307, 319, 321, 344, 350, 376, 445, 476, 567, 623, 676, 682, 704, 741, 749, 786, 803, 806, 893, 1014, 1046, 1079 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Is this A144717 without the 2? - R. J. Mathar, Jul 24 2023
LINKS
EXAMPLE
4*1+1=5 is prime => a(1)=1.
4*1*2+1=9 is not prime (omitted).
4*1*3+1=13 is prime => a(2)=3.
MATHEMATICA
k = 4; a = {}; Do[If[PrimeQ[k n + 1], k = k n; AppendTo[a, n]], {n, 1, 3000}]; a (* Artur Jasinski *)
CROSSREFS
Sequence in context: A183868 A346232 A299542 * A196990 A060462 A072668
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 19 2008
EXTENSIONS
Definition corrected by Georg Fischer, Jun 18 2021
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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)