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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155953 Emirps of form n^2 + n + 41. 0
71, 97, 113, 347, 743, 971, 1033, 1097, 1231, 1301, 1523, 1601, 1847, 1933, 3011, 3121, 3347, 3463, 7523, 9161, 9547, 9941, 10343, 12697, 13151, 15541, 15791, 17863, 30491, 31193, 32261, 32983, 39047, 70001, 72671, 74843, 75941, 77047, 79847 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A005846 INTERSECTION A006567.

MAPLE

read("transforms") ; isA006567 := proc(n) local dr ; dr := digrev(n) ; RETURN(dr <> n and isprime(dr)) ; end: for n from 1 to 800 do p := n^2+n+41; if isprime(p) then if isA006567(p) then printf("%d, ", p) ; fi; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 06 2009]

CROSSREFS

Cf. A005846, A006567, A155924.

Sequence in context: A134936 A118217 A023282 * A166252 A166576 A195270

Adjacent sequences:  A155950 A155951 A155952 * A155954 A155955 A155956

KEYWORD

easy,nonn,base

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Jan 31 2009

EXTENSIONS

Extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl) and Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Feb 06 2009

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 19:48 EST 2012. Contains 205955 sequences.