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!)
A050816 Fibonacci(k) ending with digits of its index number k. 4
0, 1, 5, 75025, 514229, 165580141, 7778742049, 2504730781961, 17167680177565, 259695496911122585, 1779979416004714189, 573147844013817084101, 59425114757512643212875125, 898923707008479989274290850145 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
fQ[n_]:=Module[{idni=IntegerDigits[First[n]], indf=IntegerDigits[Last[n]]}, idni== Take[indf, -Length[idni]]]; Transpose[Select[Table[ {n, Fibonacci[n]}, {n, 0, 150}], fQ]][[2]] (* Harvey P. Dale, Apr 21 2011 *)
CROSSREFS
Sequence in context: A242833 A242478 A247845 * A171981 A145232 A263174
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 15 1999
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)