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!)
A068574 Numbers k such that, treated as a string, k is a substring of Fibonacci(k). 1
1, 5, 25, 29, 41, 42, 43, 48, 49, 53, 61, 65, 69, 70, 85, 89, 97, 99, 101, 125, 139, 145, 149, 167, 189, 194, 213, 227, 231, 245, 265, 269, 273, 339, 340, 348, 365, 368, 369, 385, 423, 458, 464, 485, 487, 489, 492, 500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
Treated as strings, 69 is a substring of 117669030460994 = Fibonacci(69), so 69 belongs to the sequence.
MATHEMATICA
Select[Range[500], StringPosition[ToString[Fibonacci[ # ]], ToString[ # ]] != {} &]
CROSSREFS
Sequence in context: A137110 A036137 A070380 * A000350 A000221 A018612
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, Mar 26 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)