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!)
A072711 Integers m such that the last digit of Fibonacci(m) is 9. 1
11, 29, 31, 32, 38, 49, 52, 58, 71, 89, 91, 92, 98, 109, 112, 118, 131, 149, 151, 152, 158, 169, 172, 178, 191, 209, 211, 212, 218, 229, 232, 238, 251, 269, 271, 272, 278, 289, 292, 298, 311, 329, 331, 332, 338, 349, 352, 358, 371, 389, 391, 392, 398, 409 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence contains numbers of form (11+60k), (29+60k), (31+60k), (32+60k), (38+60k), (49+60k), (52+60k), (58+60k), with k>=0.
LINKS
FORMULA
G.f.: x*(2*x^8+6*x^7+3*x^6+11*x^5+6*x^4+x^3+2*x^2+18*x+11) / (x^9-x^8-x+1). - Colin Barker, Jun 16 2013
MATHEMATICA
Select[Range[500], Last[IntegerDigits[Fibonacci[#]]]==9&] (* or *) LinearRecurrence[ {1, 0, 0, 0, 0, 0, 0, 1, -1}, {11, 29, 31, 32, 38, 49, 52, 58, 71}, 60] (* Harvey P. Dale, Sep 06 2015 *)
CROSSREFS
Sequence in context: A323822 A196357 A196360 * A005110 A059337 A126240
KEYWORD
nonn,base,easy
AUTHOR
Benoit Cloitre, Aug 07 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)