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!)
A169962 Number of n-digit primes in carryless arithmetic mod 10. 1
0, 0, 28, 44, 168, 612, 2520, 10356, 44712, 195120, 868224, 3905388, 17756424, 81376140, 375603480, 1743843924, 8138028696, 38146891320, 179515196280, 847710124128, 4015470916296, 19073484584388, 90826125756552, 433488317523588, 2073205037124648 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
For formula see Maple code.
MAPLE
with(numtheory); f:=proc(n) local t1, d; if n <= 1 then RETURN(0); fi; t1:=0; for d from 1 to n-1 do if n-1 mod d = 0 then t1:=t1+(4/(n-1))*mobius((n-1)/d)*(2^d+5^d); fi; od: t1; end;
CROSSREFS
See A169887 for the actual primes.
Sequence in context: A326234 A260954 A349495 * A219685 A180045 A144581
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Aug 07 2010
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 May 3 06:31 EDT 2024. Contains 372206 sequences. (Running on oeis4.)