login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036971 n-th Fibonacci number reversed is prime. 3
3, 4, 5, 7, 9, 14, 17, 21, 25, 26, 65, 98, 175, 191, 382, 497, 653, 1577, 1942, 1958, 2405, 4246, 4878, 5367, 9142, 9318 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = Table[FromDigits[Reverse[IntegerDigits[Fibonacci[j]]]], {j, 10000}]; b = Select[a, PrimeQ[ # ] &]; Flatten[Table[Position[a, b[[i]]], {i, 1, Length[b]}]]

CROSSREFS

Cf. A036797, A036972.

Sequence in context: A164572 A067530 A082922 * A000702 A067526 A101760

Adjacent sequences:  A036968 A036969 A036970 * A036972 A036973 A036974

KEYWORD

nonn,base

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Carlos B. Rivera F. (crivera(AT)primepuzzles.net)

EXTENSIONS

2 more terms from Vit Planocka (planocka(AT)mistral.cz), Feb 25 2003

Offset corrected by Arkadiusz Wesolowski, Jan 12 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 09:56 EST 2012. Contains 205904 sequences.