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!)
A125623 Primes p=prime(i) of level (1,16), i.e., such that A118534(i)=prime(i-16). 6
356604959, 613768081, 709208323, 950803363, 979872743, 1174872271, 1186433617, 1625945609, 1796767963, 1840621901, 2348698453, 2547482281, 3385901059, 3446679371, 3512406283, 3735873397, 4080198391, 4106437259, 4319987921, 4695419887, 5285414713, 5288810297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This subsequence of A125830 and of A162174 gives primes of level (1,16): If prime(i) has level 1 in A117563 and 2*prime(i) - prime(i+1) = prime(i-k), then we say that prime(i) has level (1,k).
LINKS
EXAMPLE
prime(48470200) - prime(48470199) = 950803519 - 950803363 = 950803363 - 950803207 = prime(48470199) - prime(48470199-16) and prime(48470199) has level 1 in A117563, so prime(48470199) = 950803363 has level (1,16).
PROG
(PARI) lista(nn) = my(v=primes(17)); forprime(p=61, nn, if(2*v[17]-p==v[1], print1(v[17], ", ")); v=concat(v[2..17], p)); \\ Jinyuan Wang, Jun 18 2021
CROSSREFS
Cf. A117078, A117563, A006562 (primes of level (1,1)), A117876, A118464, A118467, A119402, A119403, A119404.
Sequence in context: A227933 A159300 A308636 * A069319 A104850 A016871
KEYWORD
nonn
AUTHOR
EXTENSIONS
Definition and comment reworded following suggestions from the authors. - M. F. Hasler, Nov 30 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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)