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!)
A144541 Unique sequence of digits a(0), a(1), a(2), .. such that for all k >= 2, the number A(k) := Sum_{n = 0..k-1 } a(n)*10^n satisfies 13^A(k) == A(k) mod 10^k. 16
3, 5, 0, 5, 4, 0, 5, 5, 2, 8, 8, 4, 5, 9, 1, 8, 1, 2, 2, 4, 8, 8, 8, 7, 6, 9, 2, 0, 7, 1, 6, 8, 6, 9, 0, 4, 6, 7, 3, 2, 3, 5, 6, 8, 9, 4, 4, 3, 6, 6, 5, 6, 6, 3, 5, 9, 3, 1, 7, 0, 4, 3, 3, 7, 4, 6, 1, 4, 7, 6, 6, 9, 7, 2, 8, 5, 4, 7, 9, 3, 5, 5, 6, 7, 6, 5, 5, 8, 2, 1, 5, 0, 2, 2, 5, 4, 0, 5, 6, 8, 2, 7, 1, 8, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
M. Ripà, La strana coda della serie n^n^...^n, Trento, UNI Service, Nov 2011, p. 69-78. ISBN 978-88-6178-789-6.
Ilan Vardi, "Computational Recreations in Mathematica," Addison-Wesley Publishing Co., Redwood City, CA, 1991, pages 226-229.
LINKS
EXAMPLE
350540552884591812248887692071686904673235689443665663593170433746147669728547...
MATHEMATICA
(* Import Mmca coding for "SuperPowerMod" and "LogStar" from text file in A133612 and then *) $RecursionLimit = 2^14; f[n_] := SuperPowerMod[13, n + 1, 10^n]; Reverse@ IntegerDigits@ f@ 105 (* Robert G. Wilson v, Mar 06 2014 *)
CROSSREFS
Sequence in context: A224933 A307209 A243967 * A100609 A104866 A165723
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Dec 20 2008
EXTENSIONS
a(68) onward from Robert G. Wilson v, Mar 06 2014
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)