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!)
A163625 Numbers n with property that 120*n + 1 is term in A163573. 2
106, 141, 162, 204, 414, 513, 868, 1911, 2128, 2164, 2220, 2431, 2485, 2592, 2766, 3495, 3529, 3640, 3724, 3927, 4377, 4440, 4495, 4846, 5005, 5530, 5868, 5916, 6531, 7225, 7540, 7567, 7653, 9283, 9612, 9633, 10017, 10159, 10830, 11152, 11538, 12363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A163573(n) - 1)/120.
EXAMPLE
a(1)=106 because 120*106 + 1 = 12721 = A163573(1).
MATHEMATICA
A163573 = {}; Do[p = Prime[n]; If[PrimeQ[(p + 1)/2] && PrimeQ[(p + 2)/3] && PrimeQ[(p + 3)/4], AppendTo[A163573, p]], {n, 2*9!}]; A163573;
Table[(A163573[[n]] - 1)/120, {n, 1, 50}] (* G. C. Greubel, Jul 30 2017 *)
CROSSREFS
Sequence in context: A186458 A158013 A250643 * A070796 A045093 A304978
KEYWORD
nonn
AUTHOR
Zak Seidov, Aug 01 2009
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 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)