cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A094398 Numbers k that divide Lucas(k) + 1.

This page as a plain text file.
%I A094398 #22 Aug 20 2021 04:20:53
%S A094398 1,2,4,8,15,16,32,64,128,256,323,368,512,736,1024,1472,2048,2944,4096,
%T A094398 4879,5655,5888,6479,7055,8192,8464,9879,10815,11663,11776,12935,
%U A094398 16384,16928,18407,19043,23407,23552,31535,32768,33856,34943,35207,35296
%N A094398 Numbers k that divide Lucas(k) + 1.
%C A094398 The powers of 2 (A000079) are in the sequence. - _Michel Lagneau_, Feb 09 2015
%H A094398 Giovanni Resta, <a href="/A094398/b094398.txt">Table of n, a(n) for n = 1..1000</a>
%t A094398 Select[Range[40000],Divisible[LucasL[#]+1,#]&]  (* _Harvey P. Dale_, Apr 13 2011 *)
%o A094398 (PARI) is(n)=(Mod([0,1;1,1],n)^n*[2;1])[1,1]==-1 \\ _Charles R Greathouse IV_, Nov 04 2016
%Y A094398 Cf. A000079, A000204, A005845, A094402.
%K A094398 nonn
%O A094398 1,2
%A A094398 _Eric Rowland_, May 01 2004