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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024912 Numbers n such that 10n+1 is prime. 15
1, 3, 4, 6, 7, 10, 13, 15, 18, 19, 21, 24, 25, 27, 28, 31, 33, 40, 42, 43, 46, 49, 52, 54, 57, 60, 63, 64, 66, 69, 70, 75, 76, 81, 82, 88, 91, 94, 97, 99, 102, 103, 105, 106, 109, 115, 117, 118, 120, 123, 129, 130, 132, 136, 138, 145, 147, 148, 151, 153, 157, 160, 162 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

FORMULA

a(n)=(A081759(n-1)+1)/2.

MATHEMATICA

Select[Range[170], PrimeQ[10# + 1] &] (*Chandler*)

PROG

(MAGMA) [n: n in [1..1000] |IsPrime(10*n+1)] [From Vincenzo Librandi, Nov 19 2010]

CROSSREFS

Cf. A030430, A049511, A081759.

Sequence in context: A202169 A032387 A026313 * A108588 A194095 A064404

Adjacent sequences:  A024909 A024910 A024911 * A024913 A024914 A024915

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Obfuscation removed by Charles R Greathouse IV (charles.greathouse(AT)case.edu), Mar 18 2010

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 11:43 EST 2012. Contains 205907 sequences.