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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115885 The n-th prime minus n gives a palindrome. 4
1, 2, 3, 4, 5, 6, 8, 32, 55, 57, 61, 71, 90, 95, 99, 114, 116, 126, 135, 137, 171, 173, 182, 230, 349, 399, 415, 457, 488, 610, 653, 739, 903, 951, 997, 1010, 1036, 1050, 1231, 1396, 1478, 1508, 1542, 1612, 1660, 1906, 1948, 2032, 2092, 2152, 2242 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Harvey P. Dale, Table of n, a(n) for n = 1..1000

EXAMPLE

p(126)-126=575.

MATHEMATICA

palQ[n_]:=Module[{digs=IntegerDigits[Prime[n]-n]}, digs==Reverse[digs]]; Select[Range[2400], palQ] (* From Harvey P. Dale, Dec 15 2011 *)

CROSSREFS

Cf. A084122, A115884.

Sequence in context: A133706 A081710 A128421 * A029964 A141655 A174349

Adjacent sequences:  A115882 A115883 A115884 * A115886 A115887 A115888

KEYWORD

nonn,base

AUTHOR

Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 06 2006

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 15 11:03 EST 2012. Contains 205763 sequences.