login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A039679
Palindromic and prime Fibonacci-lucky numbers.
0
2, 5, 7, 11, 101, 131, 151, 181, 353, 757, 787, 919, 929, 10501, 12721, 14341, 16661, 17471, 17971, 18181, 18481, 19991, 30803, 31513, 32323, 35053, 36263, 36563, 38083, 38783, 70207, 70507, 70607, 71317, 71917, 74747, 76667, 79997, 93739
OFFSET
1,1
COMMENTS
See A039672 for definition.
MATHEMATICA
t = Fold[Delete[ #1, Thread[{Rest[Range[0, Length@#1, #1[[ #2]] + #1[[ #2 + 1]]]]}]] &, Range@100000, Range@1000]; Select[t, PrimeQ@# && #==FromDigits@ Reverse@ IntegerDigits@# &] (* Robert G. Wilson v, May 12 2006 *)
CROSSREFS
Sequence in context: A168031 A260108 A265791 * A374105 A088823 A302294
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected by Naohiro Nomoto, Oct 28 2001
More terms from Vit Planocka (planocka(AT)mistral.cz), Sep 13 2003
STATUS
approved