login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094398 Numbers k that divide Lucas(k) + 1. 3
1, 2, 4, 8, 15, 16, 32, 64, 128, 256, 323, 368, 512, 736, 1024, 1472, 2048, 2944, 4096, 4879, 5655, 5888, 6479, 7055, 8192, 8464, 9879, 10815, 11663, 11776, 12935, 16384, 16928, 18407, 19043, 23407, 23552, 31535, 32768, 33856, 34943, 35207, 35296 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

The powers of 2 (A000079) are in the sequence. - Michel Lagneau, Feb 09 2015

LINKS

Giovanni Resta, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Range[40000], Divisible[LucasL[#]+1, #]&] (* Harvey P. Dale, Apr 13 2011 *)

PROG

(PARI) is(n)=(Mod([0, 1; 1, 1], n)^n*[2; 1])[1, 1]==-1 \\ Charles R Greathouse IV, Nov 04 2016

CROSSREFS

Cf. A000079, A000204, A005845, A094402.

Sequence in context: A039743 A070008 A033623 * A277728 A287163 A290652

Adjacent sequences: A094395 A094396 A094397 * A094399 A094400 A094401

KEYWORD

nonn

AUTHOR

Eric Rowland, May 01 2004

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 December 20 11:23 EST 2022. Contains 358915 sequences. (Running on oeis4.)