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!)
A229299 Number of terms in A191677 less than or equal to 10^n. 2
3, 30, 347, 3872, 41311, 430305, 4423115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
0.50801 < lim A229299(n)/10^n = lim A229298(n)/10^n < 0.50966.
It seems that the convergence of A(n)/10^n is very slow; compare with A229298(n)/10^n.
LINKS
J. M. Grau, A. M. Oller-Marcén, About the congruence sum_{k=1}^n k^f(n) == 0 (mod n), arXiv:1304.2678 [math.NT], 2013.
MATHEMATICA
fa=FactorInteger; Carlitz[k_, n_] := Mod[n-Sum[If[IntegerQ[k/(fa[n][[i, 1]]-1)], n/fa[n][[i, 1]], 0], {i, 1, Length[fa[n]]}], n]; supercar[k_, n_] := If[k == 1 || Mod[k, 2] == 0 || Mod[n, 4] > 0, Carlitz[k, n], Mod[Carlitz[k, n] - n/2, n]]; Table[Print[Length@Select[Range[10^n], supercar[#-1, #] == 0 &]], {n, 1, 7}]
CROSSREFS
Sequence in context: A339626 A160473 A144283 * A365158 A178016 A365152
KEYWORD
nonn,more,hard
AUTHOR
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)