[go: up one dir, main page]

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!)
Search: a168541 -id:a168541
Displaying 1-5 of 5 results found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A169887 Primes in carryless arithmetic mod 10. +10
9
21, 23, 25, 27, 29, 41, 43, 45, 47, 49, 51, 52, 53, 54, 56, 57, 58, 59, 61, 63, 65, 67, 69, 81, 83, 85, 87, 89, 201, 209, 227, 229, 241, 243, 261, 263, 287, 289, 403, 407, 421, 427, 443, 449, 463, 469, 481, 487, 551, 553, 557, 559, 603, 607, 623, 629, 641, 647, 661, 667, 683, 689, 801, 809, 821, 823, 847, 849, 867, 869, 881, 883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Define the units in carryless arithmetic mod 10 to be the numbers 1, 3, 7 and 9 (these divide any number). A prime is a number N, not a unit, whose only factorizations are of the form N = u * M, where u is a unit.
There are two types: e-type primes (A163396) and f-type (A169984).
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..253560 (All primes with <= 9 digits. Based on T. D. Noe's b-files for A058943 and A058955.)
David Applegate, Marc LeBrun and N. J. A. Sloane, Carryless Arithmetic (I): The Mod 10 Version.
EXAMPLE
Examples of nonprimes: 2 = 2*51, 4 = 2*2, 10 = 52*85, 11 = 57*83, 101 = 13*17, 102 = 58 * 254 = 502 * 801, 103 = 53 * 251 = 507 * 809, 107 = 53 * 259 = 507 * 801, 108 = 58 * 256 = 502 * 809, 111 = 227 * 553.
CROSSREFS
Cf. A004520, A059729, A168294, A168541, A169885, A169886, A169884, A169903 (primitive primes).
Cf. A169962.
KEYWORD
nonn,base
AUTHOR
STATUS
approved
A169885 Cubes (n * n * n) in carryless arithmetic mod 10. +10
7
0, 1, 8, 7, 4, 5, 6, 3, 2, 9, 1000, 1331, 1628, 1977, 1284, 1555, 1886, 1173, 1422, 1739, 8000, 8261, 8448, 8647, 8864, 8005, 8266, 8443, 8642, 8869, 7000, 7791, 7468, 7117, 7844, 7555, 7246, 7913, 7662, 7399, 4000, 4821, 4688, 4487, 4224, 4005, 4826, 4683 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) a(n) = fromdigits(Vec(Pol(digits(n))^3)%10); \\ Seiichi Manyama, Mar 09 2023
CROSSREFS
KEYWORD
nonn,base,look
AUTHOR
STATUS
approved
A169886 Fourth powers (n * n * n * n) in carryless arithmetic mod 10. +10
7
0, 1, 6, 1, 6, 5, 6, 1, 6, 1, 10000, 14641, 18426, 12481, 16666, 10005, 14646, 18421, 12486, 16661, 60000, 62481, 64646, 66661, 68426, 60005, 62486, 64641, 66666, 68421, 10000, 18421, 16666, 14641, 12486, 10005, 18426, 16661, 14646, 12481, 60000, 66661, 62486 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) a(n) = fromdigits(Vec(Pol(digits(n))^4)%10); \\ Seiichi Manyama, Mar 09 2023
CROSSREFS
KEYWORD
nonn,base,look
AUTHOR
STATUS
approved
A169884 Numbers consisting of either all even digits or just 5's and 0's. +10
6
0, 2, 4, 5, 6, 8, 20, 22, 24, 26, 28, 40, 42, 44, 46, 48, 50, 55, 60, 62, 64, 66, 68, 80, 82, 84, 86, 88, 200, 202, 204, 206, 208, 220, 222, 224, 226, 228, 240, 242, 244, 246, 248, 260, 262, 264, 266, 268, 280, 282, 284, 286, 288, 400, 402, 404, 406 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
These are all the divisors of zero in carryless arithmetic mod 10. E.g. 5 * 44 = 0.
LINKS
David Applegate, Marc LeBrun and N. J. A. Sloane, Carryless Arithmetic (I): The Mod 10 Version.
MATHEMATICA
With[{upto=410}, Select[Union[Join[Select[Range[upto], And@@EvenQ[ IntegerDigits[#]]&], FromDigits/@Tuples[{5, 0}, Ceiling[Log[ 10, upto]]]]], #<=upto&]] (* Harvey P. Dale, Aug 05 2011 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved
A169903 Primitive primes in carryless arithmetic mod 10. +10
2
21, 23, 25, 27, 29, 51, 56, 201, 209, 227, 229, 241, 243, 261, 263, 287, 289, 551, 2023, 2027, 2043, 2047, 2061, 2069, 2081, 2089, 2207, 2209, 2221, 2223, 2263, 2267, 2281, 2287, 2401, 2407, 2421, 2423, 2441, 2449, 2483, 2489, 2603, 2609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Define the units in carryless arithmetic mod 10 to be the numbers 1, 3, 7 and 9 (these divide any number). A prime is a number N, not a unit, whose only factorizations are of the form N = u * M, where u is a unit.
A prime is primitive if it not the carryless product of a smaller prime and a unit.
A subsequence of A169887.
LINKS
David Applegate, Table of n, a(n) for n = 1..843 (all primitive primes with <= 6 digits)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved
page 1

Search completed in 0.007 seconds

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 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)