login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067484 Powers of 6 with initial digit 6. 12
6, 60466176, 609359740010496, 6140942214464815497216, 61886548790943213277031694336, 623673825204293256669089197883129856, 6285195213566005335561053533150026217291776 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

The geometric progression formula a(n)=10077696*a(n-1) does NOT hold if n=20, 40, 59, 79, 98, etc. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 24 2009]

LINKS

Tanya Khovanova, Non Recursions

MAPLE

A067484 := proc(n) local p6, p, a ; if n = 0 then 6; else p6 := procname(n-1) ; ifactors(p6)[2] ; p := op(2, op(1, %)) ; for a from p+1 do p6 := 6^a ; convert(%, base, 10) ; if op(-1, %) = 6 then RETURN(p6) ; fi; od: fi; end: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 24 2009]

CROSSREFS

Cf. A067480, A067481, A067482, A067483.

Sequence in context: A172876 A116272 A182792 * A193150 A182793 A058431

Adjacent sequences:  A067481 A067482 A067483 * A067485 A067486 A067487

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 09 2002

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.