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!)
A115924 Numbers k such that k and 4*k, taken together, are pandigital. 5
15237, 17235, 17352, 20394, 20439, 21735, 23517, 23715 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
15237 and 60948=15237*4 together contain all the 10 digits once.
MATHEMATICA
Select[Range[10234, 24987], Sort[Join[IntegerDigits[4 #], IntegerDigits[ #]]] == Range[0, 9]&] (* Harvey P. Dale, Jun 01 2017 *)
PROG
(PARI) {for(n=10234, 24987, #Set(digits(n))==5||next; #Set(digits(n*4))==5 && #Set(concat(digits(n), digits(n*4)))==10 && print1(n", "))} \\ M. F. Hasler, Feb 08 2014
CROSSREFS
Sequence in context: A105924 A259395 A233924 * A251952 A205996 A296087
KEYWORD
nonn,base,fini,full
AUTHOR
Giovanni Resta, Feb 06 2006
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 24 13:49 EDT 2024. Contains 371958 sequences. (Running on oeis4.)