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!)
A032748 Super-8 Numbers (8 * n^8 contains substring '88888888' in its decimal expansion). 1
185423, 641519, 1551728, 1854230, 6415190, 12043464, 12147605, 15517280, 16561735, 18542300, 26908132, 29242698, 33491333, 34982204, 35866945, 37584428, 44263715, 45980752, 54555936, 56148739, 60883944, 64151900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
C. A. Pickover, "Keys to Infinity", New York: Wiley, p. 7, 1995.
LINKS
Eric Weisstein's World of Mathematics, Super-d Number.
MAPLE
d := 8 ;
for n from 1 do
convert(d*n^d, base, 10) ;
if verify([8, 8, 8, 8, 8, 8, 8, 8], %, 'sublist') then
print(n) ;
end if;
end do: # R. J. Mathar, Jan 11 2013
MATHEMATICA
Select[Range[65*10^6], SequenceCount[IntegerDigits[8*#^8], {8, 8, 8, 8, 8, 8, 8, 8}]>0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Dec 24 2016 *)
CROSSREFS
Cf. A014569.
Sequence in context: A254779 A254725 A117225 * A180099 A092013 A186878
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
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 23 08:19 EDT 2024. Contains 371905 sequences. (Running on oeis4.)