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!)
A115925 Numbers k such that k and 5*k, taken together, are pandigital. 5
13458, 13584, 13854, 14538, 14586, 14658, 15384, 15846, 15864, 18534, 18546, 18654, 20697, 20769, 20937, 20967, 20973, 26097, 26956, 26958, 26970, 27096, 27609, 27690, 29076, 29356, 29358, 29370, 29536, 29538, 29566, 29586, 29607, 29670, 29706, 29730, 30972, 32097, 32956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
13458 and 67290=13458*5 together contain all the 10 digits once.
MATHEMATICA
pdQ[n_]:=Module[{idn=IntegerDigits[n], idn5=IntegerDigits[5n]}, Union[Join[idn, idn5]]==Range[0, 9]]
Select[Range[50000], pdQ] (* Harvey P. Dale, Mar 06 2011 *)
CROSSREFS
Sequence in context: A271210 A284952 A250616 * A234493 A029557 A115922
KEYWORD
nonn,base,fini,full
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
More terms from Harvey P. Dale, Mar 06 2011
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)