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!)
A158864 Numbers k such that prepending 6 to the k-th triangular number produces a prime. 1
13, 37, 73, 118, 166, 217, 313, 433, 457, 493, 538, 541, 553, 601, 613, 637, 706, 826, 853, 898, 958, 1042, 1057, 1138, 1222, 1357, 1441, 1513, 1666, 1681, 1777, 1858, 1966, 1993, 2173, 2281, 2341, 2422, 2446, 2518, 2626, 2638, 2653, 2686, 2701, 2737 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Or, concatenated T(3) and T(k) are prime. Or, concatenated A000217(3) and A000217(k) are prime.
LINKS
EXAMPLE
T(13)=91, 691 is prime, so 13 is a term;
T(37)=703, 6703 is prime, so 37 is a term;
T(73)=2701, 62701 is prime, so 73 is a term.
MATHEMATICA
Rest[Flatten[Position[Accumulate[Range[3000]], _?(PrimeQ[ 6*10^IntegerLength[ #]+#]&)]]] (* Harvey P. Dale, Jul 27 2015 *)
CROSSREFS
Sequence in context: A347209 A247867 A113601 * A003154 A083577 A155285
KEYWORD
base,nonn
AUTHOR
Zak Seidov, Mar 28 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)