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!)
A214785 Numbers k such that k + 6 = A214783(k). 3
7, 13, 17, 53, 67, 97, 137, 157, 167, 193, 227, 257, 293, 313, 317, 383, 397, 457, 463, 503, 547, 577, 587, 593, 643, 653, 673, 683, 727, 757, 773, 823, 827, 883, 887, 937, 997, 1013, 1063, 1093, 1163, 1213, 1237 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This set is disjoint from A213784. Conjecture: all terms are prime.
LINKS
MAPLE
f:= proc(n) local a, b, t, T, k;
b:= 0; a:= 1; T:= -3 mod n;
for k from 1 do
t:= a+b mod n;
if t = T then return k+1 fi;
a:= b; b:= t;
od
end proc:
f(1):= 1: f(3):= 1:
select(n -> f(n) = n+6, [$1..2000]); # Robert Israel, Jun 08 2023
CROSSREFS
Sequence in context: A029477 A019378 A250288 * A005762 A352422 A212454
KEYWORD
nonn
AUTHOR
Art DuPre, Aug 03 2012
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)