Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105281
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105281 a(0)=0; a(n)=6*a(n-1)+6. +0
1
0, 6, 42, 258, 1554, 9330, 55986, 335922, 2015538, 12093234, 72559410, 435356466, 2612138802, 15672832818, 94036996914, 564221981490, 3385331888946 (list; graph; listen)
OFFSET

0,2

COMMENT

Number of integers from 0 to (10^n)-1 that lack 0, 1, 2 and 3 as a digit.

MAPLE

a:=n->sum (6^j, j=1..n): seq(a(n), n=0..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 03 2007

PROGRAM

(PARI) a(n)=if(n<0, 0, (6^n-1)*6/5)

CROSSREFS

Cf. A052386, A052379, A080674, A029858, A000918.

Sequence in context: A082139 A054613 A141834 this_sequence A158797 A074429 A062310

Adjacent sequences: A105278 A105279 A105280 this_sequence A105282 A105283 A105284

KEYWORD

easy,nonn

AUTHOR

Alexandre Wajnberg (alexandre.wajnberg(AT)ulb.ac.be), Apr 25 2005

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research