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!)
A239693 Base 7 sum of digits of prime(n). 3
2, 3, 5, 1, 5, 7, 5, 7, 5, 5, 7, 7, 11, 7, 11, 5, 5, 7, 7, 5, 7, 7, 11, 11, 13, 5, 7, 5, 7, 5, 7, 11, 11, 13, 5, 7, 7, 7, 11, 11, 11, 13, 11, 13, 5, 7, 7, 13, 11, 13, 11, 11, 13, 11, 11, 11, 11, 13, 13, 11, 13, 17, 13, 11, 13, 11, 13, 13, 5, 7, 5, 5, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the rank of prime(n) in the base-7 dominance order on the natural numbers.
LINKS
Tyler Ball and Daniel Juda, Dominance over N, Rose-Hulman Undergraduate Mathematics Journal, Vol. 13, No. 2, Fall 2013.
FORMULA
a(n) = A053828(A000040(n)).
EXAMPLE
The fifth prime is 11, 11 in base 7 is (1,4) so a(5)=1+4=5.
MATHEMATICA
Table[Plus @@ IntegerDigits[Prime[n], 7], {n, 1, 100}] (* Vincenzo Librandi, Mar 25 2014 *)
PROG
(Sage) [sum(i.digits(base=7)) for i in primes_first_n(200)]
(Magma) [&+Intseq(NthPrime(n), 7): n in [1..100]]; // Vincenzo Librandi, Mar 25 2014
(PARI) a(n) = sumdigits(prime(n), 7); \\ Michel Marcus, Mar 04 2023
CROSSREFS
Sequence in context: A123217 A039704 A002752 * A256655 A128047 A105870
KEYWORD
nonn,base
AUTHOR
Tom Edgar, Mar 24 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 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)