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!)
A114322 Largest number whose 4th power has n digits. 19
1, 3, 5, 9, 17, 31, 56, 99, 177, 316, 562, 999, 1778, 3162, 5623, 9999, 17782, 31622, 56234, 99999, 177827, 316227, 562341, 999999, 1778279, 3162277, 5623413, 9999999, 17782794, 31622776, 56234132, 99999999, 177827941, 316227766 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This is to 4th powers as A061439 is to cubes and A049416 is to squares.
a(n) + A186649(n) + A186651(n) + A186653(n) + A186655(n) + A186657(n) + A186659(n) + A186661(n) + A186663(n) + A186665(n) + A186667(n) + A186669(n) + A186671(n) + A186673(n) + A186675(n) + A186677(n) + A186680(n) + A186682(n) + A186684(n) = A002283(n).
LINKS
FORMULA
a(n) = ceiling((10^n)^(1/4)) - 1.
EXAMPLE
a(10) = 316 because 316^4 = 9971220736 which has 10 digits, while 317^4 = 10098039121 has 11 digits.
a(35) = 562341325 because 562341325^4 = 99999999864602459914272843469140625 has 35 digits, while 562341326^4 = 100000000575914225104884587789852176 has 36.
PROG
(Magma) [Ceiling((10^n)^(1/4))-1: n in [1..40]]; // Vincenzo Librandi, Oct 01 2011
CROSSREFS
Sequence in context: A282184 A102475 A066173 * A000213 A074858 A074860
KEYWORD
easy,base,nonn
AUTHOR
Jonathan Vos Post, 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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)