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!)
A137468 Fifth powers whose digits are all odd. 1
1, 759375, 39135393 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is to fifth powers as A014261 is to first powers and as A030100 is to cubes.
There may be no further terms. - Robert G. Wilson v, Apr 21 2008
The 4th entry is larger than 6617205^5 (has at least 35 digits) if it exists. - R. J. Mathar, Apr 29 2008
a(4), if it exists, exceeds 85564000000^5 (has at least 55 digits). - Sean A. Irvine, Mar 18 2010
a(4) > 10^57, if it exists. - Giovanni Resta, Mar 14 2020
LINKS
FORMULA
A014261 INTERSECTION A000584.
EXAMPLE
759375 = 15^5 and 39135393 = 33^5.
MATHEMATICA
fQ[n_] := Union@ Join[{1, 3, 5, 7, 9}, IntegerDigits@ n] == {1, 3, 5, 7, 9}; lst = {}; Do[ If[ fQ[(2 n - 1)^5], AppendTo[lst, (2 n - 1)^5]], {n, 2^29}]; lst (* Robert G. Wilson v, Apr 21 2008 *)
CROSSREFS
Sequence in context: A172837 A172885 A306959 * A183825 A254074 A014889
KEYWORD
nonn,base,bref,more
AUTHOR
Jonathan Vos Post, Apr 19 2008
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)