Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A162571
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A162571 Palindromes which are sums of two consecutive primes. +0
1
5, 8, 222, 434, 696, 828, 2112, 2992, 4224, 4554, 6336, 8448, 8888, 20202, 21712, 21812, 22722, 23832, 25652, 25952, 26862, 27672, 29092, 29292, 41114, 42024, 42724, 43334, 43734, 44544, 47174, 47974, 60106, 61116, 62526, 62626, 63936, 64146, 64446, 64946 (list; graph; listen)
OFFSET

1,1

FORMULA

A001043 INTERSECT A002113.

EXAMPLE

a(3) = 222= A002113(32) = A001043(29). a(4) = 434= A002113(53) = A001043(47).

MAPLE

isA002113 := proc(n) dgs := convert(n, base, 10) ; for i from 1 to nops(dgs)/2 do if op(i, dgs) <> op(-i, dgs) then RETURN(false); end if; end do: true; end proc:

A001043 := proc(n) ithprime(n)+ithprime(n+1) ; end proc:

for n from 1 do ps := A001043(n) ; if isA002113(ps) then printf("%d, \n", ps) ; fi; end do: # R. J. Mathar, Aug 14 2009

CROSSREFS

Sequence in context: A101016 A025518 A151827 this_sequence A046490 A155214 A028934

Adjacent sequences: A162568 A162569 A162570 this_sequence A162572 A162573 A162574

KEYWORD

nonn,base

AUTHOR

Claudio L Meller (claudiomeller(AT)gmail.com), Jul 06 2009

EXTENSIONS

Keyword:base added by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 14 2009

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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research