login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155953 Emirps of the form k^2 + k + 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; text; internal format)
OFFSET
1,1
LINKS
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: # R. J. Mathar, Feb 06 2009
CROSSREFS
Sequence in context: A134936 A118217 A023282 * A247200 A288907 A234962
KEYWORD
easy,nonn,base
AUTHOR
Jonathan Vos Post, Jan 31 2009
EXTENSIONS
Extended by R. J. Mathar and Dmitry Kamenetsky, Feb 06 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)