Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155547
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155547 a(n) = prime(n) without prime digits in n. +0
1
2, 7, 13, 19, 23, 29, 31, 43, 53, 61, 67, 173, 179, 193, 199, 223, 227, 281, 283, 311, 317, 337, 347, 409, 419, 433, 443, 457, 461, 463, 467, 491, 503, 521, 523, 541, 547, 569, 577, 593, 599, 601, 607, 619, 641, 647, 653, 809, 811, 827, 839, 857, 859, 941, 947 (list; graph; listen)
OFFSET

1,1

COMMENT

Prime digit = 2, 3, 5 or 7.

FORMULA

a(n)=A000040(A084984(n)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 25 2009]

MAPLE

isA084984 := proc(n) local dgs ; dgs := convert(convert(n, base, 10), set) ; if dgs intersect {2, 3, 5, 7} <> {} then false; else true; fi; end: A084984 := proc(n) option remember ; local a ; if n = 1 then 1; else for a from procname(n-1)+1 do if isA084984(a) then RETURN(a) ; fi; od; fi; end: A155547 := proc(n) ithprime(A084984(n)) ; end: for n from 1 to 80 do printf("%d, ", A155547(n)) ; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 25 2009]

CROSSREFS

Cf. A000027, A000040.

Sequence in context: A106911 A019370 A001966 this_sequence A007821 A156007 A067774

Adjacent sequences: A155544 A155545 A155546 this_sequence A155548 A155549 A155550

KEYWORD

nonn,base

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research