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!)
A244607 Numbers k such that (product of digits of k) - 1 is prime. 1
3, 4, 6, 8, 13, 14, 16, 18, 22, 23, 24, 26, 27, 29, 31, 32, 34, 36, 38, 41, 42, 43, 45, 46, 48, 54, 56, 61, 62, 63, 64, 65, 67, 68, 69, 72, 76, 81, 83, 84, 86, 89, 92, 96, 98, 113, 114, 116, 118, 122, 123, 124, 126, 127, 129, 131, 132, 134, 136, 138, 141, 142, 143, 145, 146 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is infinite. With any number a(n), you can add infinitely many 1's to its decimal representation. E.g., 32 is in this sequence, so 321, 312, 3211, 32111, 31121, 11321, etc. are also terms of this sequence.
A number k is a term of this sequence iff A007954(k) is in A008864.
LINKS
EXAMPLE
3*2 - 1 = 5 is prime. Thus 32 is a term of this sequence.
PROG
(PARI) for(n=1, 10^3, d=digits(n); p=prod(i=1, #d, d[i]); if(isprime(p-1), print1(n, ", ")))
CROSSREFS
Sequence in context: A204658 A139041 A367081 * A136483 A240494 A280250
KEYWORD
nonn,base,easy
AUTHOR
Derek Orr, Jul 01 2014
EXTENSIONS
Wrong term removed by Jens Kruse Andersen, Jul 13 2014
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 18 11:12 EDT 2024. Contains 371779 sequences. (Running on oeis4.)