Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A045504
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A045504 Palindromic Fibonacci numbers. +0
2
0, 1, 1, 2, 3, 5, 8, 55 (list; graph; listen)
OFFSET

0,4

COMMENT

Indices of the palindromic Fibonacci numbers are 0,1,2,3,4,5,6,10. - Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 29 2007.

EXAMPLE

55 is the 10th Fibonacci number, and it is also palindromic in base 10.

MATHEMATICA

fQ[n_] := Block[{id = IntegerDigits@ Fibonacci@ n}, id == Reverse@ id]; lst = {}; Do[ If[ fQ@n, AppendTo[lst, n]], {n, 0, 1000}]; Fibonacci /@ lst (* Robert G. Wilson v *)

CROSSREFS

Sequence in context: A061249 A042237 A042937 this_sequence A068500 A042667 A120495

Adjacent sequences: A045501 A045502 A045503 this_sequence A045505 A045506 A045507

KEYWORD

nonn

AUTHOR

Jeff Burch (gburch(AT)erols.com)

EXTENSIONS

Probably 55 is the last term.

Checked up to F(500) - Lior Manor (lior.manor(AT)gmail.com) Feb 11 2000. Checked up to F(10000) - Michel ten Voorde (seqfan(AT)tenvoorde.org) Apr 13 2001.

Checked up to F(200000) - Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 29 2007.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research