Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070027
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070027 Prime numbers whose initial, all intermediate and final iterated sums of digits are primes. +0
6
2, 3, 5, 7, 11, 23, 29, 41, 43, 47, 61, 83, 101, 113, 131, 137, 151, 173, 191, 223, 227, 241, 263, 281, 311, 313, 317, 331, 353, 401, 421, 443, 461, 599, 601, 641, 797, 821, 887, 911, 977, 1013, 1019, 1031, 1033, 1051, 1091, 1103, 1109, 1123, 1163, 1181, 1213 (list; graph; listen)
OFFSET

0,1

COMMENT

Subsequence of A046704 ; actually, exactly those numbers for which the orbit under A007953 is a subset of A046704. [From M. F. Hasler (MHasler(AT)univ-ag.fr), Jun 28 2009]

EXAMPLE

599 is a term because 599, 5+9+9=23 and 2+3=5 are all prime. 2999 is a term because 2999, 2+9+9+9=29, 2+9=11 and 1+1=2 are all prime. See A062802 and A070026 for related comments.

MAPLE

P:=proc(i) local a, k, n, w; for n from 1 by 1 to i do a:=ithprime(n); while isprime(a) and floor(a/10)>0 do w:=0; k:=a; while k>0 do w:=w+k-(trunc(k/10)*10); k:=trunc(k/10); od; a:=w; od; if isprime(a) then print(ithprime(n)); fi; od; end: P(1000); - Paolo P. Lava (ppl(AT)spl.at), Jul 30 2008

PROGRAM

(PARI) isA070027(n)={ while(isprime(n), n<9 && return(1); n=vector(#n=eval(Vec(Str(n))), i, 1)*n~)} \\ [From M. F. Hasler (MHasler(AT)univ-ag.fr), Jun 28 2009]

CROSSREFS

Cf. A070026 (a supersequence), subsequences: A062802, A070028, A070029.

Adjacent sequences: A070024 A070025 A070026 this_sequence A070028 A070029 A070030

Sequence in context: A046704 A089392 A089695 this_sequence A156658 A118723 A118721

KEYWORD

base,easy,nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 14 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 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research