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!)
A214880 5-adic valuation of A007185. 4
1, 2, 4, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 14, 15, 18, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 29, 30, 33, 33, 33, 35, 35, 36, 37, 38, 40, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 54, 54, 54, 54, 55, 56, 57, 58, 59, 61, 61, 63, 63, 66, 66, 66, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) >= n.
It appears that the density of n such that a(n) = n is 4/5.
LINKS
PROG
(GAP) A214880 := function(max) local result, i; result := [5]; for i in [2..max] do Add(result, result[i-1]^2 mod 10^i); od; result := List(result, x->Valuation(x, 5)); return result; end;
CROSSREFS
Sequence in context: A244320 A084616 A196259 * A071193 A071192 A295012
KEYWORD
nonn,base
AUTHOR
Eric M. Schmidt, Jul 29 2012
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 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)