Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A017197
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A017197 a(n) = 9*n + 3. +0
2
3, 12, 21, 30, 39, 48, 57, 66, 75, 84, 93, 102, 111, 120, 129, 138, 147, 156, 165, 174, 183, 192, 201, 210, 219, 228, 237, 246, 255, 264, 273, 282, 291, 300, 309, 318, 327, 336, 345, 354, 363, 372, 381, 390, 399, 408, 417, 426, 435, 444, 453, 462, 471, 480 (list; graph; listen)
OFFSET

0,1

COMMENT

Numbers whose digital root is 3. - Cino Hilliard (hillcino368(AT)hotmail.com), Dec 26 2006

LINKS

Tanya Khovanova, Recursive Sequences

FORMULA

a(n) = 9 + a(n-1). a(n) = 3*A016777(n). a(n) = A092292(n) + A092293(n) + A092296(n). Sum_{n>=0} (-1)^n / a(n) = (Pi / sqrt(3) + ln(2))/ 9. G.f. : 3*(1+2*x) / (1-x)^2. - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Mar 10 2004

PROGRAM

(PARI) threesome(n) = { local(x, ln, j, f); for(x=1, n, f=0; ln=length(Str(x)); if(droot(x)==3, print1(x", ")); ) } droot(n) = \ the digital root of a number. { local(x); x= n%9; if(x>0, return(x), return(9)) } - Cino Hilliard (hillcino368(AT)hotmail.com), Dec 26 2006

CROSSREFS

Cf. A092292 A092293 A092296.

Sequence in context: A074276 A055041 A061819 this_sequence A051369 A069538 A052217

Adjacent sequences: A017194 A017195 A017196 this_sequence A017198 A017199 A017200

KEYWORD

nonn,easy

AUTHOR

njas

EXTENSIONS

More terms from Cino Hilliard (hillcino368(AT)hotmail.com), Dec 26 2006

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research