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!)
A248903 Numbers k such that A248891(k) = 3. 4
9, 12, 15, 17, 18, 22, 27, 32, 34, 39, 69, 70, 71, 79, 128, 143, 172, 226, 241, 242, 248, 269, 322, 325, 403, 405, 406, 420, 745, 2057, 2272, 2606, 2607, 3339, 3340, 3562, 4116, 4117, 4446, 5985, 6834, 7116, 7117, 7490, 7669, 13386, 13388, 15148, 15149, 15150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence A248894 gives terms a(n) such that a(n+1)=a(n)+1.
LINKS
PROG
(PARI) lista(nn) = {my(c=q=0, r, v=List([3, 5, 11, 17])); forprime(p=19, nn, if(p-2==q, listput(v, q); if((t=v[c++]^(1+1/c))>v[c+3] && t<v[c+4], print1(c, ", "))); q=p); } \\ Jinyuan Wang, Nov 28 2020
CROSSREFS
Sequence in context: A369002 A369976 A345498 * A138945 A119486 A235341
KEYWORD
nonn
AUTHOR
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)