Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A160257
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A160257 a(n) = b(n+2)*b(n+1)/b(n), where b() = A160256(). +0
2
6, 6, 8, 12, 12, 18, 32, 27, 16, 5, 25, 15, 6, 108, 20, 64, 25, 21, 14, 240, 21, 270, 28, 320, 35, 375, 42, 432, 49, 110, 22, 1680, 33, 1890, 44, 2240, 55, 2625, 66, 3024, 77, 3430, 88, 3840, 99, 4725, 11, 567, 55, 168, 110, 126, 1320, 378, 2640, 1134, 3520, 1701 (list; graph; listen)
OFFSET

1,1

COMMENT

By definition, each term of this sequence is a positive integer.

LINKS

Alois P. Heinz, Table of n, a(n) for n = 1..10000

MAPLE

bb:= proc(n) option remember; false end: b:= proc(n) option remember; local k, m; if n<3 then bb(n):= true; n else m:= denom (b(n-1) /b(n-2)); for k from m by m while bb(k) do od; bb(k):= true; k fi end: a:= n-> b(n+2) *b(n+1) /b(n): seq (a(n), n=1..100); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), May 18 2009]

CROSSREFS

Cf. A075076, A160256

Sequence in context: A088683 A000509 A141218 this_sequence A083507 A157320 A019851

Adjacent sequences: A160254 A160255 A160256 this_sequence A160258 A160259 A160260

KEYWORD

nonn

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), May 06 2009

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), May 18 2009

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 December 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research