Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A046941
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A046941 Primes p(n) which are palindromes and their indices n are also palindromes. +0
6
2, 3, 5, 7, 11, 143787341, 11853735811 (list; graph; listen)
OFFSET

1,1

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

FORMULA

a(n) = P_A046942(n).

MATHEMATICA

NextPalindrome[n_] := Block[ {l = Floor[ Log[10, n] + 1], idn = IntegerDigits[n]}, If[ Union[ idn] == {9}, Return[n + 2], If[l < 2, Return[n + 1], If[ FromDigits[ Reverse[ Take[ idn, Ceiling[l/2]]]] FromDigits[ Take[ idn, -Ceiling[l/2]]], FromDigits[ Join[ Take[ idn, Ceiling[l/2]], Reverse[ Take[ idn, Floor[l/2]]] ]], idfhn = FromDigits[ Take[ idn, Ceiling[l/2]]] + 1; idp = FromDigits[ Join[ IntegerDigits[ idfhn], Drop[ Reverse[ IntegerDigits[ idfhn]], Mod[l, 2]]]] ]]]];

p = 0; Do[p = NextPalindrome[p]; While[ !PrimeQ[p], p = NextPalindrome[ p]]; q = IntegerDigits[ PrimePi[ p]]; If[Reverse[q] == q, Print[{p, FromDigits[q]}]], {n, 10^4}] (from Robert G. Wilson v Feb 03 2005)

CROSSREFS

Cf. A046942, A103357, A103358, A103402, A103403.

Sequence in context: A073903 A091689 A046482 this_sequence A116692 A114983 A118950

Adjacent sequences: A046938 A046939 A046940 this_sequence A046942 A046943 A046944

KEYWORD

base,nonn

AUTHOR

Carlos B. Rivera F. (crivera(AT)primepuzzles.net)

EXTENSIONS

11853735811 from Giovanni Resta (g.resta(AT)iit.cnr.it), May 14 2003

page 1

Search completed in 0.005 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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified February 9 11:24 EST 2010. Contains 172296 sequences.


AT&T Labs Research