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!)
A109690 Smallest 4th power that contains exactly n occurrences of the string n. 2

%I #8 Dec 21 2020 17:19:18

%S 1,1,234256,33362176,4640470641,5035553952016,4396167663616,

%T 4777933277779216,3588188855118837841,999395939249909776

%N Smallest 4th power that contains exactly n occurrences of the string n.

%C a(11) = 329907785371111117252064111115111841, assuming occurrences can overlap (cf. A109689). - _Michael S. Branicky_, Dec 21 2020

%e a(2)=234256 since this is the first 4th power that contains exactly two 2's.

%o (Python) # a() in A109691

%o print([a(n, POW=4) for n in range(10)]) # _Michael S. Branicky_, Dec 21 2020

%Y Cf. A109689 (cubes), A109691 (5th powers).

%K base,more,nonn

%O 0,3

%A _Erich Friedman_, Aug 07 2005

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 August 26 20:18 EDT 2024. Contains 375462 sequences. (Running on oeis4.)