Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A079155
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A079155 The number of primes less than 10^n whose digital root (A038194) is also prime +0
1
4, 15, 85, 619, 4800, 39266, 332276, 2880818 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(2) = 15 because the only primes less than 100 whose have digital roots are also prime are {2,3,5,7,11,23,29,41,43,47,59,61,79,83,97}.

MATHEMATICA

c = 0; k = 1; Do[ While[ k < 10^n, If[ PrimeQ[k] && PrimeQ[ Mod[k, 9]], c++ ]; k++ ]; Print[c], {n, 1, 8}]

CROSSREFS

The primes are in A078403, their digital roots are in A078400.

Sequence in context: A130679 A107874 A034496 this_sequence A076900 A081011 A008829

Adjacent sequences: A079152 A079153 A079154 this_sequence A079156 A079157 A079158

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 27 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research