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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154506 If the decimal number "A141468(n) followed by n" is prime, adjoin it to sequence. 0
43, 107, 149, 2719, 3323, 5641, 5843, 7253, 7757, 8059, 8563, 9067, 12697, 182141, 188147, 224177, 279221, 298237, 300239, 315251, 350281, 360289, 362291, 371299, 388313, 412333, 418339, 424343, 448363, 453367, 460373, 469379, 473383, 549449, 558457 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

43 is a member since 43 is a prime and A141468(3)=4.

107 is a member since 107 is a prime and A141468(7)=10.

MAPLE

# (Maple program from N. J. A. Sloane, Jun 27 2009): read transforms; read bfile for A141486 (giving list b1); then:

t0:=[];

for n from 2 to nops(b1) do

t1:=cat(b1[n], n);

t2:=stoint(t1);

if isprime(t2) then t0:=[op(t0), t2]; fi;

od:

t0;

CROSSREFS

Cf. A141468.

Sequence in context: A023293 A115606 A194773 * A044230 A044611 A142944

Adjacent sequences:  A154503 A154504 A154505 * A154507 A154508 A154509

KEYWORD

nonn,base

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jan 11 2009

EXTENSIONS

Edited and extended from a(13) onwards by N. J. A. Sloane, Jun 26 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 17 04:58 EST 2012. Contains 205985 sequences.