The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A272318 Integer values of Lucas number A000032(n)/n. 1
1, 3, 321, 3572225067, 44308057022098435739157981016569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The digital root of this sequence appears to be alternately 3 and 6, aside from the initial term of "1".
A subsequence of A181885. For instance, a(2)=A181885(6), a(3)=A181885(18), a(4)=A181885(54); a(5)=A181885(162); and, a(6)=A181885(486). Also 6, 18, 54, 162 and 486 are consecutive terms of the Pinot sequence A008776. Is this a coincidence?
LINKS
FORMULA
a(n) = A000032(A016089(n))/n. - Michel Marcus, Apr 25 2016
MATHEMATICA
LucasL[#]/# & /@ Range@ 1200 /. _Rational -> Nothing (* Version 10.2, or *)
Select[Array[LucasL[#]/# &, {1200}], IntegerQ] (* Michael De Vlieger, Apr 25 2016 *)
CROSSREFS
Sequence in context: A067667 A080976 A228192 * A320284 A235334 A160070
KEYWORD
nonn
AUTHOR
Peter M. Chema, Apr 25 2016
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 June 6 06:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)